Shades of Neon Blue #2B42F9
Tints of Neon Blue #2B42F9
RGB
CMYK
RGB Variations
Color information
#2B42F9 (or 0x2B42F9) is known color: Neon Blue. HEX triplet: 2B, 42 and F9. RGB value is (43,66,249). Sum of RGB (Red+Green+Blue) = 43+66+249=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B42F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B42F9 is #D4BD06. Grayscale: #4F4F4F. Windows color (decimal): -13942023 or 16335403. OLE color: 16335403.
HSL color Cylindrical-coordinate representation of color #2B42F9: hue angle of 233.3º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B42F9 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 66 | 249 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.02 |
| HSL | 233.3º | 0.94% | 0.57% | - |
| HSV(B) | 233.3º | 0.83% | 0.98% | - |
| XYZ | 20.04 | 11.25 | 90.74 | - |
| YUV | 79.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 249 | 0.83 | 0.73 | 0 | 0.02 | 233.3 | 0.94 | 0.57 |
| Hex | 2B | 42 | F9 | 53 | 49 | 0 | 2 | E9 | 5E | 39 |
| Octal | 53 | 102 | 371 | 123 | 111 | 0 | 2 | 351 | 136 | 71 |
| Binary | 101011 | 1000010 | 11111001 | 1010011 | 1001001 | 0 | 10 | 11101001 | 1011110 | 111001 |
Color Harmonies of #2B42F9
Complementary color
Monochromatic Colors of #2B42F9
Black with #2B42F9
Text Example
Text Example
White with #2B42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42F9; }
p { color: rgb(43,66,249); }
H1.HeaderClassName
{
color: #2B42F9;
}
.AnyTagClassName
{
color: #2B42F9;
}
</style>
background-color css
<style>
a { background-color: #2B42F9; }
a { background-color: rgb(43,66,249); }
div.DivClassName
{
background-color: #2B42F9;
}
.BgClassName
{
background-color: #2B42F9;
}
</style>
border-color css
<style>
span { border-color: #2B42F9; }
span { border-color: rgb(43,66,249); }
td.TdClassName
{
border-color: #2B42F9;
}
.TagClassName
{
border-color: #2B42F9;
}
</style>