Shades of Neon Blue #4235E8
Tints of Neon Blue #4235E8
RGB
CMYK
RGB Variations
Color information
#4235E8 (or 0x4235E8) is known color: Neon Blue. HEX triplet: 42, 35 and E8. RGB value is (66,53,232). Sum of RGB (Red+Green+Blue) = 66+53+232=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #4235E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4235E8 is #BDCA17. Grayscale: #4C4C4C. Windows color (decimal): -12438040 or 15217986. OLE color: 15217986.
HSL color Cylindrical-coordinate representation of color #4235E8: hue angle of 244.36º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4235E8 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 53 | 232 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.09 |
| HSL | 244.36º | 0.8% | 0.56% | - |
| HSV(B) | 244.36º | 0.77% | 0.91% | - |
| XYZ | 18.09 | 9.53 | 77.23 | - |
| YUV | 77.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 232 | 0.72 | 0.77 | 0 | 0.09 | 244.36 | 0.8 | 0.56 |
| Hex | 42 | 35 | E8 | 48 | 4D | 0 | 9 | F4 | 50 | 38 |
| Octal | 102 | 65 | 350 | 110 | 115 | 0 | 11 | 364 | 120 | 70 |
| Binary | 1000010 | 110101 | 11101000 | 1001000 | 1001101 | 0 | 1001 | 11110100 | 1010000 | 111000 |
Color Harmonies of #4235E8
Complementary color
Monochromatic Colors of #4235E8
Black with #4235E8
Text Example
Text Example
White with #4235E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4235E8; }
p { color: rgb(66,53,232); }
H1.HeaderClassName
{
color: #4235E8;
}
.AnyTagClassName
{
color: #4235E8;
}
</style>
background-color css
<style>
a { background-color: #4235E8; }
a { background-color: rgb(66,53,232); }
div.DivClassName
{
background-color: #4235E8;
}
.BgClassName
{
background-color: #4235E8;
}
</style>
border-color css
<style>
span { border-color: #4235E8; }
span { border-color: rgb(66,53,232); }
td.TdClassName
{
border-color: #4235E8;
}
.TagClassName
{
border-color: #4235E8;
}
</style>