Shades of Neon Blue #333EFC
Tints of Neon Blue #333EFC
RGB
CMYK
RGB Variations
Color information
#333EFC (or 0x333EFC) is known color: Neon Blue. HEX triplet: 33, 3E and FC. RGB value is (51,62,252). Sum of RGB (Red+Green+Blue) = 51+62+252=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #333EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333EFC is #CCC103. Grayscale: #4F4F4F. Windows color (decimal): -13418756 or 16530995. OLE color: 16530995.
HSL color Cylindrical-coordinate representation of color #333EFC: hue angle of 236.72º 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 #333EFC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 62 | 252 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.01 |
| HSL | 236.72º | 0.97% | 0.59% | - |
| HSV(B) | 236.72º | 0.8% | 0.99% | - |
| XYZ | 20.66 | 11.18 | 93.16 | - |
| YUV | 80.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 252 | 0.80 | 0.75 | 0 | 0.01 | 236.72 | 0.97 | 0.59 |
| Hex | 33 | 3E | FC | 50 | 4B | 0 | 1 | ED | 61 | 3B |
| Octal | 63 | 76 | 374 | 120 | 113 | 0 | 1 | 355 | 141 | 73 |
| Binary | 110011 | 111110 | 11111100 | 1010000 | 1001011 | 0 | 1 | 11101101 | 1100001 | 111011 |
Color Harmonies of #333EFC
Complementary color
Monochromatic Colors of #333EFC
Black with #333EFC
Text Example
Text Example
White with #333EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EFC; }
p { color: rgb(51,62,252); }
H1.HeaderClassName
{
color: #333EFC;
}
.AnyTagClassName
{
color: #333EFC;
}
</style>
background-color css
<style>
a { background-color: #333EFC; }
a { background-color: rgb(51,62,252); }
div.DivClassName
{
background-color: #333EFC;
}
.BgClassName
{
background-color: #333EFC;
}
</style>
border-color css
<style>
span { border-color: #333EFC; }
span { border-color: rgb(51,62,252); }
td.TdClassName
{
border-color: #333EFC;
}
.TagClassName
{
border-color: #333EFC;
}
</style>