Shades of Neon Blue #4055EF
Tints of Neon Blue #4055EF
RGB
CMYK
RGB Variations
Color information
#4055EF (or 0x4055EF) is known color: Neon Blue. HEX triplet: 40, 55 and EF. RGB value is (64,85,239). Sum of RGB (Red+Green+Blue) = 64+85+239=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #4055EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4055EF is #BFAA10. Grayscale: #5F5F5F. Windows color (decimal): -12560913 or 15684928. OLE color: 15684928.
HSL color Cylindrical-coordinate representation of color #4055EF: hue angle of 232.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4055EF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 85 | 239 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.06 |
| HSL | 232.8º | 0.85% | 0.59% | - |
| HSV(B) | 232.8º | 0.73% | 0.94% | - |
| XYZ | 20.94 | 13.82 | 83.22 | - |
| YUV | 96.28 | 208.54 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 239 | 0.73 | 0.64 | 0 | 0.06 | 232.8 | 0.85 | 0.59 |
| Hex | 40 | 55 | EF | 49 | 40 | 0 | 6 | E9 | 55 | 3B |
| Octal | 100 | 125 | 357 | 111 | 100 | 0 | 6 | 351 | 125 | 73 |
| Binary | 1000000 | 1010101 | 11101111 | 1001001 | 1000000 | 0 | 110 | 11101001 | 1010101 | 111011 |
Color Harmonies of #4055EF
Complementary color
Monochromatic Colors of #4055EF
Black with #4055EF
Text Example
Text Example
White with #4055EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4055EF; }
p { color: rgb(64,85,239); }
H1.HeaderClassName
{
color: #4055EF;
}
.AnyTagClassName
{
color: #4055EF;
}
</style>
background-color css
<style>
a { background-color: #4055EF; }
a { background-color: rgb(64,85,239); }
div.DivClassName
{
background-color: #4055EF;
}
.BgClassName
{
background-color: #4055EF;
}
</style>
border-color css
<style>
span { border-color: #4055EF; }
span { border-color: rgb(64,85,239); }
td.TdClassName
{
border-color: #4055EF;
}
.TagClassName
{
border-color: #4055EF;
}
</style>