Shades of Neon Blue #6058FA
Tints of Neon Blue #6058FA
RGB
CMYK
RGB Variations
Color information
#6058FA (or 0x6058FA) is known color: Neon Blue. HEX triplet: 60, 58 and FA. RGB value is (96,88,250). Sum of RGB (Red+Green+Blue) = 96+88+250=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #6058FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6058FA is #9FA705. Grayscale: #6C6C6C. Windows color (decimal): -10462982 or 16406624. OLE color: 16406624.
HSL color Cylindrical-coordinate representation of color #6058FA: hue angle of 242.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6058FA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 88 | 250 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.02 |
| HSL | 242.96º | 0.94% | 0.66% | - |
| HSV(B) | 242.96º | 0.65% | 0.98% | - |
| XYZ | 25.57 | 16.37 | 92.25 | - |
| YUV | 108.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 250 | 0.62 | 0.65 | 0 | 0.02 | 242.96 | 0.94 | 0.66 |
| Hex | 60 | 58 | FA | 3E | 41 | 0 | 2 | F3 | 5E | 42 |
| Octal | 140 | 130 | 372 | 76 | 101 | 0 | 2 | 363 | 136 | 102 |
| Binary | 1100000 | 1011000 | 11111010 | 111110 | 1000001 | 0 | 10 | 11110011 | 1011110 | 1000010 |
Color Harmonies of #6058FA
Complementary color
Monochromatic Colors of #6058FA
Black with #6058FA
Text Example
Text Example
White with #6058FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058FA; }
p { color: rgb(96,88,250); }
H1.HeaderClassName
{
color: #6058FA;
}
.AnyTagClassName
{
color: #6058FA;
}
</style>
background-color css
<style>
a { background-color: #6058FA; }
a { background-color: rgb(96,88,250); }
div.DivClassName
{
background-color: #6058FA;
}
.BgClassName
{
background-color: #6058FA;
}
</style>
border-color css
<style>
span { border-color: #6058FA; }
span { border-color: rgb(96,88,250); }
td.TdClassName
{
border-color: #6058FA;
}
.TagClassName
{
border-color: #6058FA;
}
</style>