Shades of Neon Blue #4335FE
Tints of Neon Blue #4335FE
RGB
CMYK
RGB Variations
Color information
#4335FE (or 0x4335FE) is known color: Neon Blue. HEX triplet: 43, 35 and FE. RGB value is (67,53,254). Sum of RGB (Red+Green+Blue) = 67+53+254=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #4335FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4335FE is #BCCA01. Grayscale: #4F4F4F. Windows color (decimal): -12372482 or 16659779. OLE color: 16659779.
HSL color Cylindrical-coordinate representation of color #4335FE: hue angle of 244.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4335FE is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 53 | 254 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.00 |
| HSL | 244.18º | 0.99% | 0.6% | - |
| HSV(B) | 244.18º | 0.79% | 1% | - |
| XYZ | 21.48 | 10.9 | 94.74 | - |
| YUV | 80.1 | 226.14 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 254 | 0.74 | 0.79 | 0 | 0.00 | 244.18 | 0.99 | 0.6 |
| Hex | 43 | 35 | FE | 4A | 4F | 0 | 0 | F4 | 63 | 3C |
| Octal | 103 | 65 | 376 | 112 | 117 | 0 | 0 | 364 | 143 | 74 |
| Binary | 1000011 | 110101 | 11111110 | 1001010 | 1001111 | 0 | 0 | 11110100 | 1100011 | 111100 |
Color Harmonies of #4335FE
Complementary color
Monochromatic Colors of #4335FE
Black with #4335FE
Text Example
Text Example
White with #4335FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335FE; }
p { color: rgb(67,53,254); }
H1.HeaderClassName
{
color: #4335FE;
}
.AnyTagClassName
{
color: #4335FE;
}
</style>
background-color css
<style>
a { background-color: #4335FE; }
a { background-color: rgb(67,53,254); }
div.DivClassName
{
background-color: #4335FE;
}
.BgClassName
{
background-color: #4335FE;
}
</style>
border-color css
<style>
span { border-color: #4335FE; }
span { border-color: rgb(67,53,254); }
td.TdClassName
{
border-color: #4335FE;
}
.TagClassName
{
border-color: #4335FE;
}
</style>