Shades of Neon Blue #333CF8
Tints of Neon Blue #333CF8
RGB
CMYK
RGB Variations
Color information
#333CF8 (or 0x333CF8) is known color: Neon Blue. HEX triplet: 33, 3C and F8. RGB value is (51,60,248). Sum of RGB (Red+Green+Blue) = 51+60+248=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 248 (97.27% from 255 or 69.08% from 359); Max value from RGB is 248 - color contains mainly: blue. Hex color #333CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CF8 is #CCC307. Grayscale: #4D4D4D. Windows color (decimal): -13419272 or 16268339. OLE color: 16268339.
HSL color Cylindrical-coordinate representation of color #333CF8: hue angle of 237.26º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #333CF8 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 60 | 248 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.03 |
| HSL | 237.26º | 0.93% | 0.59% | - |
| HSV(B) | 237.26º | 0.79% | 0.97% | - |
| XYZ | 19.92 | 10.71 | 89.82 | - |
| YUV | 78.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 248 | 0.79 | 0.76 | 0 | 0.03 | 237.26 | 0.93 | 0.59 |
| Hex | 33 | 3C | F8 | 4F | 4C | 0 | 3 | ED | 5D | 3B |
| Octal | 63 | 74 | 370 | 117 | 114 | 0 | 3 | 355 | 135 | 73 |
| Binary | 110011 | 111100 | 11111000 | 1001111 | 1001100 | 0 | 11 | 11101101 | 1011101 | 111011 |
Color Harmonies of #333CF8
Complementary color
Monochromatic Colors of #333CF8
Black with #333CF8
Text Example
Text Example
White with #333CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CF8; }
p { color: rgb(51,60,248); }
H1.HeaderClassName
{
color: #333CF8;
}
.AnyTagClassName
{
color: #333CF8;
}
</style>
background-color css
<style>
a { background-color: #333CF8; }
a { background-color: rgb(51,60,248); }
div.DivClassName
{
background-color: #333CF8;
}
.BgClassName
{
background-color: #333CF8;
}
</style>
border-color css
<style>
span { border-color: #333CF8; }
span { border-color: rgb(51,60,248); }
td.TdClassName
{
border-color: #333CF8;
}
.TagClassName
{
border-color: #333CF8;
}
</style>