Shades of Neon Blue #605AF0
Tints of Neon Blue #605AF0
RGB
CMYK
RGB Variations
Color information
#605AF0 (or 0x605AF0) is known color: Neon Blue. HEX triplet: 60, 5A and F0. RGB value is (96,90,240). Sum of RGB (Red+Green+Blue) = 96+90+240=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #605AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AF0 is #9FA50F. Grayscale: #6C6C6C. Windows color (decimal): -10462480 or 15751776. OLE color: 15751776.
HSL color Cylindrical-coordinate representation of color #605AF0: hue angle of 242.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605AF0 is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 90 | 240 | - |
| CMYK | 0.6 | 0.62 | 0 | 0.06 |
| HSL | 242.4º | 0.83% | 0.65% | - |
| HSV(B) | 242.4º | 0.63% | 0.94% | - |
| XYZ | 24.21 | 16.09 | 84.27 | - |
| YUV | 108.89 | 201.99 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 240 | 0.6 | 0.62 | 0 | 0.06 | 242.4 | 0.83 | 0.65 |
| Hex | 60 | 5A | F0 | 3C | 3E | 0 | 6 | F2 | 53 | 41 |
| Octal | 140 | 132 | 360 | 74 | 76 | 0 | 6 | 362 | 123 | 101 |
| Binary | 1100000 | 1011010 | 11110000 | 111100 | 111110 | 0 | 110 | 11110010 | 1010011 | 1000001 |
Color Harmonies of #605AF0
Complementary color
Monochromatic Colors of #605AF0
Black with #605AF0
Text Example
Text Example
White with #605AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AF0; }
p { color: rgb(96,90,240); }
H1.HeaderClassName
{
color: #605AF0;
}
.AnyTagClassName
{
color: #605AF0;
}
</style>
background-color css
<style>
a { background-color: #605AF0; }
a { background-color: rgb(96,90,240); }
div.DivClassName
{
background-color: #605AF0;
}
.BgClassName
{
background-color: #605AF0;
}
</style>
border-color css
<style>
span { border-color: #605AF0; }
span { border-color: rgb(96,90,240); }
td.TdClassName
{
border-color: #605AF0;
}
.TagClassName
{
border-color: #605AF0;
}
</style>