Shades of Neon Blue #605CFF
Tints of Neon Blue #605CFF
RGB
CMYK
RGB Variations
Color information
#605CFF (or 0x605CFF) is known color: Neon Blue. HEX triplet: 60, 5C and FF. RGB value is (96,92,255). Sum of RGB (Red+Green+Blue) = 96+92+255=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #605CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605CFF is #9FA300. Grayscale: #6F6F6F. Windows color (decimal): -10461953 or 16735328. OLE color: 16735328.
HSL color Cylindrical-coordinate representation of color #605CFF: hue angle of 241.47º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605CFF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 92 | 255 | - |
| CMYK | 0.62 | 0.64 | 0 | 0 |
| HSL | 241.47º | 1% | 0.68% | - |
| HSV(B) | 241.47º | 0.64% | 1% | - |
| XYZ | 26.7 | 17.36 | 96.55 | - |
| YUV | 111.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 255 | 0.62 | 0.64 | 0 | 0 | 241.47 | 1 | 0.68 |
| Hex | 60 | 5C | FF | 3E | 40 | 0 | 0 | F1 | 64 | 44 |
| Octal | 140 | 134 | 377 | 76 | 100 | 0 | 0 | 361 | 144 | 104 |
| Binary | 1100000 | 1011100 | 11111111 | 111110 | 1000000 | 0 | 0 | 11110001 | 1100100 | 1000100 |
Color Harmonies of #605CFF
Complementary color
Monochromatic Colors of #605CFF
Black with #605CFF
Text Example
Text Example
White with #605CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CFF; }
p { color: rgb(96,92,255); }
H1.HeaderClassName
{
color: #605CFF;
}
.AnyTagClassName
{
color: #605CFF;
}
</style>
background-color css
<style>
a { background-color: #605CFF; }
a { background-color: rgb(96,92,255); }
div.DivClassName
{
background-color: #605CFF;
}
.BgClassName
{
background-color: #605CFF;
}
</style>
border-color css
<style>
span { border-color: #605CFF; }
span { border-color: rgb(96,92,255); }
td.TdClassName
{
border-color: #605CFF;
}
.TagClassName
{
border-color: #605CFF;
}
</style>