Shades of Neon Blue #2838FB
Tints of Neon Blue #2838FB
RGB
CMYK
RGB Variations
Color information
#2838FB (or 0x2838FB) is known color: Neon Blue. HEX triplet: 28, 38 and FB. RGB value is (40,56,251). Sum of RGB (Red+Green+Blue) = 40+56+251=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #2838FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2838FB is #D7C704. Grayscale: #484848. Windows color (decimal): -14141189 or 16463912. OLE color: 16463912.
HSL color Cylindrical-coordinate representation of color #2838FB: hue angle of 235.45º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2838FB is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 56 | 251 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.02 |
| HSL | 235.45º | 0.96% | 0.57% | - |
| HSV(B) | 235.45º | 0.84% | 0.98% | - |
| XYZ | 19.7 | 10.24 | 92.21 | - |
| YUV | 73.45 | 228.2 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 251 | 0.84 | 0.78 | 0 | 0.02 | 235.45 | 0.96 | 0.57 |
| Hex | 28 | 38 | FB | 54 | 4E | 0 | 2 | EB | 60 | 39 |
| Octal | 50 | 70 | 373 | 124 | 116 | 0 | 2 | 353 | 140 | 71 |
| Binary | 101000 | 111000 | 11111011 | 1010100 | 1001110 | 0 | 10 | 11101011 | 1100000 | 111001 |
Color Harmonies of #2838FB
Complementary color
Monochromatic Colors of #2838FB
Black with #2838FB
Text Example
Text Example
White with #2838FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838FB; }
p { color: rgb(40,56,251); }
H1.HeaderClassName
{
color: #2838FB;
}
.AnyTagClassName
{
color: #2838FB;
}
</style>
background-color css
<style>
a { background-color: #2838FB; }
a { background-color: rgb(40,56,251); }
div.DivClassName
{
background-color: #2838FB;
}
.BgClassName
{
background-color: #2838FB;
}
</style>
border-color css
<style>
span { border-color: #2838FB; }
span { border-color: rgb(40,56,251); }
td.TdClassName
{
border-color: #2838FB;
}
.TagClassName
{
border-color: #2838FB;
}
</style>