Shades of Neon Blue #3B42F9
Tints of Neon Blue #3B42F9
RGB
CMYK
RGB Variations
Color information
#3B42F9 (or 0x3B42F9) is known color: Neon Blue. HEX triplet: 3B, 42 and F9. RGB value is (59,66,249). Sum of RGB (Red+Green+Blue) = 59+66+249=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #3B42F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B42F9 is #C4BD06. Grayscale: #545454. Windows color (decimal): -12893447 or 16335419. OLE color: 16335419.
HSL color Cylindrical-coordinate representation of color #3B42F9: hue angle of 237.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B42F9 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 66 | 249 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.02 |
| HSL | 237.79º | 0.94% | 0.6% | - |
| HSV(B) | 237.79º | 0.76% | 0.98% | - |
| XYZ | 20.85 | 11.67 | 90.78 | - |
| YUV | 84.77 | 220.68 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 249 | 0.76 | 0.73 | 0 | 0.02 | 237.79 | 0.94 | 0.6 |
| Hex | 3B | 42 | F9 | 4C | 49 | 0 | 2 | EE | 5E | 3C |
| Octal | 73 | 102 | 371 | 114 | 111 | 0 | 2 | 356 | 136 | 74 |
| Binary | 111011 | 1000010 | 11111001 | 1001100 | 1001001 | 0 | 10 | 11101110 | 1011110 | 111100 |
Color Harmonies of #3B42F9
Complementary color
Monochromatic Colors of #3B42F9
Black with #3B42F9
Text Example
Text Example
White with #3B42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B42F9; }
p { color: rgb(59,66,249); }
H1.HeaderClassName
{
color: #3B42F9;
}
.AnyTagClassName
{
color: #3B42F9;
}
</style>
background-color css
<style>
a { background-color: #3B42F9; }
a { background-color: rgb(59,66,249); }
div.DivClassName
{
background-color: #3B42F9;
}
.BgClassName
{
background-color: #3B42F9;
}
</style>
border-color css
<style>
span { border-color: #3B42F9; }
span { border-color: rgb(59,66,249); }
td.TdClassName
{
border-color: #3B42F9;
}
.TagClassName
{
border-color: #3B42F9;
}
</style>