Shades of Neon Blue #4034FE
Tints of Neon Blue #4034FE
RGB
CMYK
RGB Variations
Color information
#4034FE (or 0x4034FE) is known color: Neon Blue. HEX triplet: 40, 34 and FE. RGB value is (64,52,254). Sum of RGB (Red+Green+Blue) = 64+52+254=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #4034FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4034FE is #BFCB01. Grayscale: #4D4D4D. Windows color (decimal): -12569346 or 16659520. OLE color: 16659520.
HSL color Cylindrical-coordinate representation of color #4034FE: hue angle of 243.56º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4034FE is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 52 | 254 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.00 |
| HSL | 243.56º | 0.99% | 0.6% | - |
| HSV(B) | 243.56º | 0.8% | 1% | - |
| XYZ | 21.23 | 10.7 | 94.71 | - |
| YUV | 78.62 | 226.98 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 254 | 0.75 | 0.80 | 0 | 0.00 | 243.56 | 0.99 | 0.6 |
| Hex | 40 | 34 | FE | 4B | 50 | 0 | 0 | F4 | 63 | 3C |
| Octal | 100 | 64 | 376 | 113 | 120 | 0 | 0 | 364 | 143 | 74 |
| Binary | 1000000 | 110100 | 11111110 | 1001011 | 1010000 | 0 | 0 | 11110100 | 1100011 | 111100 |
Color Harmonies of #4034FE
Complementary color
Monochromatic Colors of #4034FE
Black with #4034FE
Text Example
Text Example
White with #4034FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034FE; }
p { color: rgb(64,52,254); }
H1.HeaderClassName
{
color: #4034FE;
}
.AnyTagClassName
{
color: #4034FE;
}
</style>
background-color css
<style>
a { background-color: #4034FE; }
a { background-color: rgb(64,52,254); }
div.DivClassName
{
background-color: #4034FE;
}
.BgClassName
{
background-color: #4034FE;
}
</style>
border-color css
<style>
span { border-color: #4034FE; }
span { border-color: rgb(64,52,254); }
td.TdClassName
{
border-color: #4034FE;
}
.TagClassName
{
border-color: #4034FE;
}
</style>