Shades of Neon Blue #4035FE
Tints of Neon Blue #4035FE
RGB
CMYK
RGB Variations
Color information
#4035FE (or 0x4035FE) is known color: Neon Blue. HEX triplet: 40, 35 and FE. RGB value is (64,53,254). Sum of RGB (Red+Green+Blue) = 64+53+254=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #4035FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4035FE is #BFCA01. Grayscale: #4E4E4E. Windows color (decimal): -12569090 or 16659776. OLE color: 16659776.
HSL color Cylindrical-coordinate representation of color #4035FE: hue angle of 243.28º 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 #4035FE is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 53 | 254 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.00 |
| HSL | 243.28º | 0.99% | 0.6% | - |
| HSV(B) | 243.28º | 0.79% | 1% | - |
| XYZ | 21.28 | 10.79 | 94.73 | - |
| YUV | 79.2 | 226.64 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 254 | 0.75 | 0.79 | 0 | 0.00 | 243.28 | 0.99 | 0.6 |
| Hex | 40 | 35 | FE | 4B | 4F | 0 | 0 | F3 | 63 | 3C |
| Octal | 100 | 65 | 376 | 113 | 117 | 0 | 0 | 363 | 143 | 74 |
| Binary | 1000000 | 110101 | 11111110 | 1001011 | 1001111 | 0 | 0 | 11110011 | 1100011 | 111100 |
Color Harmonies of #4035FE
Complementary color
Monochromatic Colors of #4035FE
Black with #4035FE
Text Example
Text Example
White with #4035FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4035FE; }
p { color: rgb(64,53,254); }
H1.HeaderClassName
{
color: #4035FE;
}
.AnyTagClassName
{
color: #4035FE;
}
</style>
background-color css
<style>
a { background-color: #4035FE; }
a { background-color: rgb(64,53,254); }
div.DivClassName
{
background-color: #4035FE;
}
.BgClassName
{
background-color: #4035FE;
}
</style>
border-color css
<style>
span { border-color: #4035FE; }
span { border-color: rgb(64,53,254); }
td.TdClassName
{
border-color: #4035FE;
}
.TagClassName
{
border-color: #4035FE;
}
</style>