Shades of Neon Blue #605AF5
Tints of Neon Blue #605AF5
RGB
CMYK
RGB Variations
Color information
#605AF5 (or 0x605AF5) is known color: Neon Blue. HEX triplet: 60, 5A and F5. RGB value is (96,90,245). Sum of RGB (Red+Green+Blue) = 96+90+245=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #605AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AF5 is #9FA50A. Grayscale: #6C6C6C. Windows color (decimal): -10462475 or 16079456. OLE color: 16079456.
HSL color Cylindrical-coordinate representation of color #605AF5: hue angle of 242.32º degrees, saturation: 0.89, 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 #605AF5 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 90 | 245 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.04 |
| HSL | 242.32º | 0.89% | 0.66% | - |
| HSV(B) | 242.32º | 0.63% | 0.96% | - |
| XYZ | 24.96 | 16.39 | 88.23 | - |
| YUV | 109.46 | 204.49 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 245 | 0.61 | 0.63 | 0 | 0.04 | 242.32 | 0.89 | 0.66 |
| Hex | 60 | 5A | F5 | 3D | 3F | 0 | 4 | F2 | 59 | 42 |
| Octal | 140 | 132 | 365 | 75 | 77 | 0 | 4 | 362 | 131 | 102 |
| Binary | 1100000 | 1011010 | 11110101 | 111101 | 111111 | 0 | 100 | 11110010 | 1011001 | 1000010 |
Color Harmonies of #605AF5
Complementary color
Monochromatic Colors of #605AF5
Black with #605AF5
Text Example
Text Example
White with #605AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AF5; }
p { color: rgb(96,90,245); }
H1.HeaderClassName
{
color: #605AF5;
}
.AnyTagClassName
{
color: #605AF5;
}
</style>
background-color css
<style>
a { background-color: #605AF5; }
a { background-color: rgb(96,90,245); }
div.DivClassName
{
background-color: #605AF5;
}
.BgClassName
{
background-color: #605AF5;
}
</style>
border-color css
<style>
span { border-color: #605AF5; }
span { border-color: rgb(96,90,245); }
td.TdClassName
{
border-color: #605AF5;
}
.TagClassName
{
border-color: #605AF5;
}
</style>