Shades of Neon Blue #6058FF
Tints of Neon Blue #6058FF
RGB
CMYK
RGB Variations
Color information
#6058FF (or 0x6058FF) is known color: Neon Blue. HEX triplet: 60, 58 and FF. RGB value is (96,88,255). Sum of RGB (Red+Green+Blue) = 96+88+255=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #6058FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6058FF is #9FA700. Grayscale: #6C6C6C. Windows color (decimal): -10462977 or 16734304. OLE color: 16734304.
HSL color Cylindrical-coordinate representation of color #6058FF: hue angle of 242.87º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6058FF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 88 | 255 | - |
| CMYK | 0.62 | 0.65 | 0 | 0 |
| HSL | 242.87º | 1% | 0.67% | - |
| HSV(B) | 242.87º | 0.65% | 1% | - |
| XYZ | 26.36 | 16.69 | 96.44 | - |
| YUV | 109.43 | 210.15 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 255 | 0.62 | 0.65 | 0 | 0 | 242.87 | 1 | 0.67 |
| Hex | 60 | 58 | FF | 3E | 41 | 0 | 0 | F3 | 64 | 43 |
| Octal | 140 | 130 | 377 | 76 | 101 | 0 | 0 | 363 | 144 | 103 |
| Binary | 1100000 | 1011000 | 11111111 | 111110 | 1000001 | 0 | 0 | 11110011 | 1100100 | 1000011 |
Color Harmonies of #6058FF
Complementary color
Monochromatic Colors of #6058FF
Black with #6058FF
Text Example
Text Example
White with #6058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058FF; }
p { color: rgb(96,88,255); }
H1.HeaderClassName
{
color: #6058FF;
}
.AnyTagClassName
{
color: #6058FF;
}
</style>
background-color css
<style>
a { background-color: #6058FF; }
a { background-color: rgb(96,88,255); }
div.DivClassName
{
background-color: #6058FF;
}
.BgClassName
{
background-color: #6058FF;
}
</style>
border-color css
<style>
span { border-color: #6058FF; }
span { border-color: rgb(96,88,255); }
td.TdClassName
{
border-color: #6058FF;
}
.TagClassName
{
border-color: #6058FF;
}
</style>