Shades of Neon Blue #333FFC
Tints of Neon Blue #333FFC
RGB
CMYK
RGB Variations
Color information
#333FFC (or 0x333FFC) is known color: Neon Blue. HEX triplet: 33, 3F and FC. RGB value is (51,63,252). Sum of RGB (Red+Green+Blue) = 51+63+252=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #333FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FFC is #CCC003. Grayscale: #505050. Windows color (decimal): -13418500 or 16531251. OLE color: 16531251.
HSL color Cylindrical-coordinate representation of color #333FFC: hue angle of 236.42º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333FFC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 63 | 252 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.01 |
| HSL | 236.42º | 0.97% | 0.59% | - |
| HSV(B) | 236.42º | 0.8% | 0.99% | - |
| XYZ | 20.71 | 11.29 | 93.18 | - |
| YUV | 80.96 | 224.52 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 252 | 0.80 | 0.75 | 0 | 0.01 | 236.42 | 0.97 | 0.59 |
| Hex | 33 | 3F | FC | 50 | 4B | 0 | 1 | EC | 61 | 3B |
| Octal | 63 | 77 | 374 | 120 | 113 | 0 | 1 | 354 | 141 | 73 |
| Binary | 110011 | 111111 | 11111100 | 1010000 | 1001011 | 0 | 1 | 11101100 | 1100001 | 111011 |
Color Harmonies of #333FFC
Complementary color
Monochromatic Colors of #333FFC
Black with #333FFC
Text Example
Text Example
White with #333FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FFC; }
p { color: rgb(51,63,252); }
H1.HeaderClassName
{
color: #333FFC;
}
.AnyTagClassName
{
color: #333FFC;
}
</style>
background-color css
<style>
a { background-color: #333FFC; }
a { background-color: rgb(51,63,252); }
div.DivClassName
{
background-color: #333FFC;
}
.BgClassName
{
background-color: #333FFC;
}
</style>
border-color css
<style>
span { border-color: #333FFC; }
span { border-color: rgb(51,63,252); }
td.TdClassName
{
border-color: #333FFC;
}
.TagClassName
{
border-color: #333FFC;
}
</style>