Shades of Neon Blue #6057FF
Tints of Neon Blue #6057FF
RGB
CMYK
RGB Variations
Color information
#6057FF (or 0x6057FF) is known color: Neon Blue. HEX triplet: 60, 57 and FF. RGB value is (96,87,255). Sum of RGB (Red+Green+Blue) = 96+87+255=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6057FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6057FF is #9FA800. Grayscale: #6C6C6C. Windows color (decimal): -10463233 or 16734048. OLE color: 16734048.
HSL color Cylindrical-coordinate representation of color #6057FF: hue angle of 243.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6057FF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 87 | 255 | - |
| CMYK | 0.62 | 0.66 | 0 | 0 |
| HSL | 243.21º | 1% | 0.67% | - |
| HSV(B) | 243.21º | 0.66% | 1% | - |
| XYZ | 26.28 | 16.52 | 96.41 | - |
| YUV | 108.84 | 210.48 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 255 | 0.62 | 0.66 | 0 | 0 | 243.21 | 1 | 0.67 |
| Hex | 60 | 57 | FF | 3E | 42 | 0 | 0 | F3 | 64 | 43 |
| Octal | 140 | 127 | 377 | 76 | 102 | 0 | 0 | 363 | 144 | 103 |
| Binary | 1100000 | 1010111 | 11111111 | 111110 | 1000010 | 0 | 0 | 11110011 | 1100100 | 1000011 |
Color Harmonies of #6057FF
Complementary color
Monochromatic Colors of #6057FF
Black with #6057FF
Text Example
Text Example
White with #6057FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057FF; }
p { color: rgb(96,87,255); }
H1.HeaderClassName
{
color: #6057FF;
}
.AnyTagClassName
{
color: #6057FF;
}
</style>
background-color css
<style>
a { background-color: #6057FF; }
a { background-color: rgb(96,87,255); }
div.DivClassName
{
background-color: #6057FF;
}
.BgClassName
{
background-color: #6057FF;
}
</style>
border-color css
<style>
span { border-color: #6057FF; }
span { border-color: rgb(96,87,255); }
td.TdClassName
{
border-color: #6057FF;
}
.TagClassName
{
border-color: #6057FF;
}
</style>