Shades of Neon Blue #333FE4
Tints of Neon Blue #333FE4
RGB
CMYK
RGB Variations
Color information
#333FE4 (or 0x333FE4) is known color: Neon Blue. HEX triplet: 33, 3F and E4. RGB value is (51,63,228). Sum of RGB (Red+Green+Blue) = 51+63+228=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #333FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FE4 is #CCC01B. Grayscale: #4D4D4D. Windows color (decimal): -13418524 or 14958387. OLE color: 14958387.
HSL color Cylindrical-coordinate representation of color #333FE4: hue angle of 235.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333FE4 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 63 | 228 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.11 |
| HSL | 235.93º | 0.77% | 0.55% | - |
| HSV(B) | 235.93º | 0.78% | 0.89% | - |
| XYZ | 17.15 | 9.86 | 74.4 | - |
| YUV | 78.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 228 | 0.78 | 0.72 | 0 | 0.11 | 235.93 | 0.77 | 0.55 |
| Hex | 33 | 3F | E4 | 4E | 48 | 0 | B | EC | 4D | 37 |
| Octal | 63 | 77 | 344 | 116 | 110 | 0 | 13 | 354 | 115 | 67 |
| Binary | 110011 | 111111 | 11100100 | 1001110 | 1001000 | 0 | 1011 | 11101100 | 1001101 | 110111 |
Color Harmonies of #333FE4
Complementary color
Monochromatic Colors of #333FE4
Black with #333FE4
Text Example
Text Example
White with #333FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FE4; }
p { color: rgb(51,63,228); }
H1.HeaderClassName
{
color: #333FE4;
}
.AnyTagClassName
{
color: #333FE4;
}
</style>
background-color css
<style>
a { background-color: #333FE4; }
a { background-color: rgb(51,63,228); }
div.DivClassName
{
background-color: #333FE4;
}
.BgClassName
{
background-color: #333FE4;
}
</style>
border-color css
<style>
span { border-color: #333FE4; }
span { border-color: rgb(51,63,228); }
td.TdClassName
{
border-color: #333FE4;
}
.TagClassName
{
border-color: #333FE4;
}
</style>