Shades of Neon Blue #4055FF
Tints of Neon Blue #4055FF
RGB
CMYK
RGB Variations
Color information
#4055FF (or 0x4055FF) is known color: Neon Blue. HEX triplet: 40, 55 and FF. RGB value is (64,85,255). Sum of RGB (Red+Green+Blue) = 64+85+255=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #4055FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4055FF is #BFAA00. Grayscale: #616161. Windows color (decimal): -12560897 or 16733504. OLE color: 16733504.
HSL color Cylindrical-coordinate representation of color #4055FF: hue angle of 233.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4055FF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 85 | 255 | - |
| CMYK | 0.75 | 0.67 | 0 | 0 |
| HSL | 233.4º | 1% | 0.63% | - |
| HSV(B) | 233.4º | 0.75% | 1% | - |
| XYZ | 23.41 | 14.81 | 96.23 | - |
| YUV | 98.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 255 | 0.75 | 0.67 | 0 | 0 | 233.4 | 1 | 0.63 |
| Hex | 40 | 55 | FF | 4B | 43 | 0 | 0 | E9 | 64 | 3F |
| Octal | 100 | 125 | 377 | 113 | 103 | 0 | 0 | 351 | 144 | 77 |
| Binary | 1000000 | 1010101 | 11111111 | 1001011 | 1000011 | 0 | 0 | 11101001 | 1100100 | 111111 |
Color Harmonies of #4055FF
Complementary color
Monochromatic Colors of #4055FF
Black with #4055FF
Text Example
Text Example
White with #4055FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4055FF; }
p { color: rgb(64,85,255); }
H1.HeaderClassName
{
color: #4055FF;
}
.AnyTagClassName
{
color: #4055FF;
}
</style>
background-color css
<style>
a { background-color: #4055FF; }
a { background-color: rgb(64,85,255); }
div.DivClassName
{
background-color: #4055FF;
}
.BgClassName
{
background-color: #4055FF;
}
</style>
border-color css
<style>
span { border-color: #4055FF; }
span { border-color: rgb(64,85,255); }
td.TdClassName
{
border-color: #4055FF;
}
.TagClassName
{
border-color: #4055FF;
}
</style>