Shades of Neon Blue #6037FF
Tints of Neon Blue #6037FF
RGB
CMYK
RGB Variations
Color information
#6037FF (or 0x6037FF) is known color: Neon Blue. HEX triplet: 60, 37 and FF. RGB value is (96,55,255). Sum of RGB (Red+Green+Blue) = 96+55+255=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6037FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6037FF is #9FC800. Grayscale: #595959. Windows color (decimal): -10471425 or 16725856. OLE color: 16725856.
HSL color Cylindrical-coordinate representation of color #6037FF: hue angle of 252.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6037FF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 55 | 255 | - |
| CMYK | 0.62 | 0.78 | 0 | 0 |
| HSL | 252.3º | 1% | 0.61% | - |
| HSV(B) | 252.3º | 0.78% | 1% | - |
| XYZ | 24.24 | 12.44 | 95.73 | - |
| YUV | 90.06 | 221.08 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 255 | 0.62 | 0.78 | 0 | 0 | 252.3 | 1 | 0.61 |
| Hex | 60 | 37 | FF | 3E | 4E | 0 | 0 | FC | 64 | 3D |
| Octal | 140 | 67 | 377 | 76 | 116 | 0 | 0 | 374 | 144 | 75 |
| Binary | 1100000 | 110111 | 11111111 | 111110 | 1001110 | 0 | 0 | 11111100 | 1100100 | 111101 |
Color Harmonies of #6037FF
Complementary color
Monochromatic Colors of #6037FF
Black with #6037FF
Text Example
Text Example
White with #6037FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6037FF; }
p { color: rgb(96,55,255); }
H1.HeaderClassName
{
color: #6037FF;
}
.AnyTagClassName
{
color: #6037FF;
}
</style>
background-color css
<style>
a { background-color: #6037FF; }
a { background-color: rgb(96,55,255); }
div.DivClassName
{
background-color: #6037FF;
}
.BgClassName
{
background-color: #6037FF;
}
</style>
border-color css
<style>
span { border-color: #6037FF; }
span { border-color: rgb(96,55,255); }
td.TdClassName
{
border-color: #6037FF;
}
.TagClassName
{
border-color: #6037FF;
}
</style>