Shades of Neon Blue #605BFF
Tints of Neon Blue #605BFF
RGB
CMYK
RGB Variations
Color information
#605BFF (or 0x605BFF) is known color: Neon Blue. HEX triplet: 60, 5B and FF. RGB value is (96,91,255). Sum of RGB (Red+Green+Blue) = 96+91+255=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #605BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605BFF is #9FA400. Grayscale: #6E6E6E. Windows color (decimal): -10462209 or 16735072. OLE color: 16735072.
HSL color Cylindrical-coordinate representation of color #605BFF: hue angle of 241.83º 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 #605BFF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 91 | 255 | - |
| CMYK | 0.62 | 0.64 | 0 | 0 |
| HSL | 241.83º | 1% | 0.68% | - |
| HSV(B) | 241.83º | 0.64% | 1% | - |
| XYZ | 26.61 | 17.19 | 96.52 | - |
| YUV | 111.19 | 209.16 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 255 | 0.62 | 0.64 | 0 | 0 | 241.83 | 1 | 0.68 |
| Hex | 60 | 5B | FF | 3E | 40 | 0 | 0 | F2 | 64 | 44 |
| Octal | 140 | 133 | 377 | 76 | 100 | 0 | 0 | 362 | 144 | 104 |
| Binary | 1100000 | 1011011 | 11111111 | 111110 | 1000000 | 0 | 0 | 11110010 | 1100100 | 1000100 |
Color Harmonies of #605BFF
Complementary color
Monochromatic Colors of #605BFF
Black with #605BFF
Text Example
Text Example
White with #605BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BFF; }
p { color: rgb(96,91,255); }
H1.HeaderClassName
{
color: #605BFF;
}
.AnyTagClassName
{
color: #605BFF;
}
</style>
background-color css
<style>
a { background-color: #605BFF; }
a { background-color: rgb(96,91,255); }
div.DivClassName
{
background-color: #605BFF;
}
.BgClassName
{
background-color: #605BFF;
}
</style>
border-color css
<style>
span { border-color: #605BFF; }
span { border-color: rgb(96,91,255); }
td.TdClassName
{
border-color: #605BFF;
}
.TagClassName
{
border-color: #605BFF;
}
</style>