Shades of Neon Blue #4053FF
Tints of Neon Blue #4053FF
RGB
CMYK
RGB Variations
Color information
#4053FF (or 0x4053FF) is known color: Neon Blue. HEX triplet: 40, 53 and FF. RGB value is (64,83,255). Sum of RGB (Red+Green+Blue) = 64+83+255=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #4053FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053FF is #BFAC00. Grayscale: #606060. Windows color (decimal): -12561409 or 16732992. OLE color: 16732992.
HSL color Cylindrical-coordinate representation of color #4053FF: hue angle of 234.03º 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 #4053FF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 83 | 255 | - |
| CMYK | 0.75 | 0.67 | 0 | 0 |
| HSL | 234.03º | 1% | 0.63% | - |
| HSV(B) | 234.03º | 0.75% | 1% | - |
| XYZ | 23.26 | 14.5 | 96.18 | - |
| YUV | 96.93 | 217.21 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 255 | 0.75 | 0.67 | 0 | 0 | 234.03 | 1 | 0.63 |
| Hex | 40 | 53 | FF | 4B | 43 | 0 | 0 | EA | 64 | 3F |
| Octal | 100 | 123 | 377 | 113 | 103 | 0 | 0 | 352 | 144 | 77 |
| Binary | 1000000 | 1010011 | 11111111 | 1001011 | 1000011 | 0 | 0 | 11101010 | 1100100 | 111111 |
Color Harmonies of #4053FF
Complementary color
Monochromatic Colors of #4053FF
Black with #4053FF
Text Example
Text Example
White with #4053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053FF; }
p { color: rgb(64,83,255); }
H1.HeaderClassName
{
color: #4053FF;
}
.AnyTagClassName
{
color: #4053FF;
}
</style>
background-color css
<style>
a { background-color: #4053FF; }
a { background-color: rgb(64,83,255); }
div.DivClassName
{
background-color: #4053FF;
}
.BgClassName
{
background-color: #4053FF;
}
</style>
border-color css
<style>
span { border-color: #4053FF; }
span { border-color: rgb(64,83,255); }
td.TdClassName
{
border-color: #4053FF;
}
.TagClassName
{
border-color: #4053FF;
}
</style>