Shades of Neon Blue #333CF4
Tints of Neon Blue #333CF4
RGB
CMYK
RGB Variations
Color information
#333CF4 (or 0x333CF4) is known color: Neon Blue. HEX triplet: 33, 3C and F4. RGB value is (51,60,244). Sum of RGB (Red+Green+Blue) = 51+60+244=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #333CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CF4 is #CCC30B. Grayscale: #4D4D4D. Windows color (decimal): -13419276 or 16006195. OLE color: 16006195.
HSL color Cylindrical-coordinate representation of color #333CF4: hue angle of 237.2º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #333CF4 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 60 | 244 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.04 |
| HSL | 237.2º | 0.9% | 0.58% | - |
| HSV(B) | 237.2º | 0.79% | 0.96% | - |
| XYZ | 19.31 | 10.47 | 86.59 | - |
| YUV | 78.29 | 221.52 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 244 | 0.79 | 0.75 | 0 | 0.04 | 237.2 | 0.9 | 0.58 |
| Hex | 33 | 3C | F4 | 4F | 4B | 0 | 4 | ED | 5A | 3A |
| Octal | 63 | 74 | 364 | 117 | 113 | 0 | 4 | 355 | 132 | 72 |
| Binary | 110011 | 111100 | 11110100 | 1001111 | 1001011 | 0 | 100 | 11101101 | 1011010 | 111010 |
Color Harmonies of #333CF4
Complementary color
Monochromatic Colors of #333CF4
Black with #333CF4
Text Example
Text Example
White with #333CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CF4; }
p { color: rgb(51,60,244); }
H1.HeaderClassName
{
color: #333CF4;
}
.AnyTagClassName
{
color: #333CF4;
}
</style>
background-color css
<style>
a { background-color: #333CF4; }
a { background-color: rgb(51,60,244); }
div.DivClassName
{
background-color: #333CF4;
}
.BgClassName
{
background-color: #333CF4;
}
</style>
border-color css
<style>
span { border-color: #333CF4; }
span { border-color: rgb(51,60,244); }
td.TdClassName
{
border-color: #333CF4;
}
.TagClassName
{
border-color: #333CF4;
}
</style>