Shades of Neon Blue #333CF9
Tints of Neon Blue #333CF9
RGB
CMYK
RGB Variations
Color information
#333CF9 (or 0x333CF9) is known color: Neon Blue. HEX triplet: 33, 3C and F9. RGB value is (51,60,249). Sum of RGB (Red+Green+Blue) = 51+60+249=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #333CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CF9 is #CCC306. Grayscale: #4E4E4E. Windows color (decimal): -13419271 or 16333875. OLE color: 16333875.
HSL color Cylindrical-coordinate representation of color #333CF9: hue angle of 237.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333CF9 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 60 | 249 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 237.27º | 0.94% | 0.59% | - |
| HSV(B) | 237.27º | 0.8% | 0.98% | - |
| XYZ | 20.08 | 10.78 | 90.64 | - |
| YUV | 78.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 249 | 0.80 | 0.76 | 0 | 0.02 | 237.27 | 0.94 | 0.59 |
| Hex | 33 | 3C | F9 | 50 | 4C | 0 | 2 | ED | 5E | 3B |
| Octal | 63 | 74 | 371 | 120 | 114 | 0 | 2 | 355 | 136 | 73 |
| Binary | 110011 | 111100 | 11111001 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1011110 | 111011 |
Color Harmonies of #333CF9
Complementary color
Monochromatic Colors of #333CF9
Black with #333CF9
Text Example
Text Example
White with #333CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CF9; }
p { color: rgb(51,60,249); }
H1.HeaderClassName
{
color: #333CF9;
}
.AnyTagClassName
{
color: #333CF9;
}
</style>
background-color css
<style>
a { background-color: #333CF9; }
a { background-color: rgb(51,60,249); }
div.DivClassName
{
background-color: #333CF9;
}
.BgClassName
{
background-color: #333CF9;
}
</style>
border-color css
<style>
span { border-color: #333CF9; }
span { border-color: rgb(51,60,249); }
td.TdClassName
{
border-color: #333CF9;
}
.TagClassName
{
border-color: #333CF9;
}
</style>