Shades of Neon Blue #6059F8
Tints of Neon Blue #6059F8
RGB
CMYK
RGB Variations
Color information
#6059F8 (or 0x6059F8) is known color: Neon Blue. HEX triplet: 60, 59 and F8. RGB value is (96,89,248). Sum of RGB (Red+Green+Blue) = 96+89+248=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #6059F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059F8 is #9FA607. Grayscale: #6C6C6C. Windows color (decimal): -10462728 or 16275808. OLE color: 16275808.
HSL color Cylindrical-coordinate representation of color #6059F8: hue angle of 242.64º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6059F8 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 89 | 248 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.03 |
| HSL | 242.64º | 0.92% | 0.66% | - |
| HSV(B) | 242.64º | 0.64% | 0.97% | - |
| XYZ | 25.34 | 16.41 | 90.64 | - |
| YUV | 109.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 248 | 0.61 | 0.64 | 0 | 0.03 | 242.64 | 0.92 | 0.66 |
| Hex | 60 | 59 | F8 | 3D | 40 | 0 | 3 | F3 | 5C | 42 |
| Octal | 140 | 131 | 370 | 75 | 100 | 0 | 3 | 363 | 134 | 102 |
| Binary | 1100000 | 1011001 | 11111000 | 111101 | 1000000 | 0 | 11 | 11110011 | 1011100 | 1000010 |
Color Harmonies of #6059F8
Complementary color
Monochromatic Colors of #6059F8
Black with #6059F8
Text Example
Text Example
White with #6059F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059F8; }
p { color: rgb(96,89,248); }
H1.HeaderClassName
{
color: #6059F8;
}
.AnyTagClassName
{
color: #6059F8;
}
</style>
background-color css
<style>
a { background-color: #6059F8; }
a { background-color: rgb(96,89,248); }
div.DivClassName
{
background-color: #6059F8;
}
.BgClassName
{
background-color: #6059F8;
}
</style>
border-color css
<style>
span { border-color: #6059F8; }
span { border-color: rgb(96,89,248); }
td.TdClassName
{
border-color: #6059F8;
}
.TagClassName
{
border-color: #6059F8;
}
</style>