Shades of Neon Blue #6055EE
Tints of Neon Blue #6055EE
RGB
CMYK
RGB Variations
Color information
#6055EE (or 0x6055EE) is known color: Neon Blue. HEX triplet: 60, 55 and EE. RGB value is (96,85,238). Sum of RGB (Red+Green+Blue) = 96+85+238=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #6055EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6055EE is #9FAA11. Grayscale: #696969. Windows color (decimal): -10463762 or 15619424. OLE color: 15619424.
HSL color Cylindrical-coordinate representation of color #6055EE: hue angle of 244.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6055EE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 85 | 238 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.07 |
| HSL | 244.31º | 0.82% | 0.63% | - |
| HSV(B) | 244.31º | 0.64% | 0.93% | - |
| XYZ | 23.5 | 15.16 | 82.58 | - |
| YUV | 105.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 238 | 0.60 | 0.64 | 0 | 0.07 | 244.31 | 0.82 | 0.63 |
| Hex | 60 | 55 | EE | 3C | 40 | 0 | 7 | F4 | 52 | 3F |
| Octal | 140 | 125 | 356 | 74 | 100 | 0 | 7 | 364 | 122 | 77 |
| Binary | 1100000 | 1010101 | 11101110 | 111100 | 1000000 | 0 | 111 | 11110100 | 1010010 | 111111 |
Color Harmonies of #6055EE
Complementary color
Monochromatic Colors of #6055EE
Black with #6055EE
Text Example
Text Example
White with #6055EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055EE; }
p { color: rgb(96,85,238); }
H1.HeaderClassName
{
color: #6055EE;
}
.AnyTagClassName
{
color: #6055EE;
}
</style>
background-color css
<style>
a { background-color: #6055EE; }
a { background-color: rgb(96,85,238); }
div.DivClassName
{
background-color: #6055EE;
}
.BgClassName
{
background-color: #6055EE;
}
</style>
border-color css
<style>
span { border-color: #6055EE; }
span { border-color: rgb(96,85,238); }
td.TdClassName
{
border-color: #6055EE;
}
.TagClassName
{
border-color: #6055EE;
}
</style>