Shades of Neon Blue #6053EF
Tints of Neon Blue #6053EF
RGB
CMYK
RGB Variations
Color information
#6053EF (or 0x6053EF) is known color: Neon Blue. HEX triplet: 60, 53 and EF. RGB value is (96,83,239). Sum of RGB (Red+Green+Blue) = 96+83+239=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #6053EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053EF is #9FAC10. Grayscale: #686868. Windows color (decimal): -10464273 or 15684448. OLE color: 15684448.
HSL color Cylindrical-coordinate representation of color #6053EF: hue angle of 245º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6053EF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 83 | 239 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.06 |
| HSL | 245º | 0.83% | 0.63% | - |
| HSV(B) | 245º | 0.65% | 0.94% | - |
| XYZ | 23.5 | 14.91 | 83.3 | - |
| YUV | 104.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 239 | 0.60 | 0.65 | 0 | 0.06 | 245 | 0.83 | 0.63 |
| Hex | 60 | 53 | EF | 3C | 41 | 0 | 6 | F5 | 53 | 3F |
| Octal | 140 | 123 | 357 | 74 | 101 | 0 | 6 | 365 | 123 | 77 |
| Binary | 1100000 | 1010011 | 11101111 | 111100 | 1000001 | 0 | 110 | 11110101 | 1010011 | 111111 |
Color Harmonies of #6053EF
Complementary color
Monochromatic Colors of #6053EF
Black with #6053EF
Text Example
Text Example
White with #6053EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053EF; }
p { color: rgb(96,83,239); }
H1.HeaderClassName
{
color: #6053EF;
}
.AnyTagClassName
{
color: #6053EF;
}
</style>
background-color css
<style>
a { background-color: #6053EF; }
a { background-color: rgb(96,83,239); }
div.DivClassName
{
background-color: #6053EF;
}
.BgClassName
{
background-color: #6053EF;
}
</style>
border-color css
<style>
span { border-color: #6053EF; }
span { border-color: rgb(96,83,239); }
td.TdClassName
{
border-color: #6053EF;
}
.TagClassName
{
border-color: #6053EF;
}
</style>