Shades of Neon Blue #4034F8
Tints of Neon Blue #4034F8
RGB
CMYK
RGB Variations
Color information
#4034F8 (or 0x4034F8) is known color: Neon Blue. HEX triplet: 40, 34 and F8. RGB value is (64,52,248). Sum of RGB (Red+Green+Blue) = 64+52+248=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #4034F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4034F8 is #BFCB07. Grayscale: #4D4D4D. Windows color (decimal): -12569352 or 16266304. OLE color: 16266304.
HSL color Cylindrical-coordinate representation of color #4034F8: hue angle of 243.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4034F8 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 52 | 248 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.03 |
| HSL | 243.67º | 0.93% | 0.59% | - |
| HSV(B) | 243.67º | 0.79% | 0.97% | - |
| XYZ | 20.29 | 10.32 | 89.73 | - |
| YUV | 77.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 248 | 0.74 | 0.79 | 0 | 0.03 | 243.67 | 0.93 | 0.59 |
| Hex | 40 | 34 | F8 | 4A | 4F | 0 | 3 | F4 | 5D | 3B |
| Octal | 100 | 64 | 370 | 112 | 117 | 0 | 3 | 364 | 135 | 73 |
| Binary | 1000000 | 110100 | 11111000 | 1001010 | 1001111 | 0 | 11 | 11110100 | 1011101 | 111011 |
Color Harmonies of #4034F8
Complementary color
Monochromatic Colors of #4034F8
Black with #4034F8
Text Example
Text Example
White with #4034F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034F8; }
p { color: rgb(64,52,248); }
H1.HeaderClassName
{
color: #4034F8;
}
.AnyTagClassName
{
color: #4034F8;
}
</style>
background-color css
<style>
a { background-color: #4034F8; }
a { background-color: rgb(64,52,248); }
div.DivClassName
{
background-color: #4034F8;
}
.BgClassName
{
background-color: #4034F8;
}
</style>
border-color css
<style>
span { border-color: #4034F8; }
span { border-color: rgb(64,52,248); }
td.TdClassName
{
border-color: #4034F8;
}
.TagClassName
{
border-color: #4034F8;
}
</style>