Shades of Neon Blue #605AF6
Tints of Neon Blue #605AF6
RGB
CMYK
RGB Variations
Color information
#605AF6 (or 0x605AF6) is known color: Neon Blue. HEX triplet: 60, 5A and F6. RGB value is (96,90,246). Sum of RGB (Red+Green+Blue) = 96+90+246=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #605AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AF6 is #9FA509. Grayscale: #6C6C6C. Windows color (decimal): -10462474 or 16144992. OLE color: 16144992.
HSL color Cylindrical-coordinate representation of color #605AF6: hue angle of 242.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #605AF6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 90 | 246 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.04 |
| HSL | 242.31º | 0.9% | 0.66% | - |
| HSV(B) | 242.31º | 0.63% | 0.96% | - |
| XYZ | 25.11 | 16.45 | 89.04 | - |
| YUV | 109.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 246 | 0.61 | 0.63 | 0 | 0.04 | 242.31 | 0.9 | 0.66 |
| Hex | 60 | 5A | F6 | 3D | 3F | 0 | 4 | F2 | 5A | 42 |
| Octal | 140 | 132 | 366 | 75 | 77 | 0 | 4 | 362 | 132 | 102 |
| Binary | 1100000 | 1011010 | 11110110 | 111101 | 111111 | 0 | 100 | 11110010 | 1011010 | 1000010 |
Color Harmonies of #605AF6
Complementary color
Monochromatic Colors of #605AF6
Black with #605AF6
Text Example
Text Example
White with #605AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AF6; }
p { color: rgb(96,90,246); }
H1.HeaderClassName
{
color: #605AF6;
}
.AnyTagClassName
{
color: #605AF6;
}
</style>
background-color css
<style>
a { background-color: #605AF6; }
a { background-color: rgb(96,90,246); }
div.DivClassName
{
background-color: #605AF6;
}
.BgClassName
{
background-color: #605AF6;
}
</style>
border-color css
<style>
span { border-color: #605AF6; }
span { border-color: rgb(96,90,246); }
td.TdClassName
{
border-color: #605AF6;
}
.TagClassName
{
border-color: #605AF6;
}
</style>