Shades of Neon Blue #605BEC
Tints of Neon Blue #605BEC
RGB
CMYK
RGB Variations
Color information
#605BEC (or 0x605BEC) is known color: Neon Blue. HEX triplet: 60, 5B and EC. RGB value is (96,91,236). Sum of RGB (Red+Green+Blue) = 96+91+236=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #605BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605BEC is #9FA413. Grayscale: #6C6C6C. Windows color (decimal): -10462228 or 15489888. OLE color: 15489888.
HSL color Cylindrical-coordinate representation of color #605BEC: hue angle of 242.07º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #605BEC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 91 | 236 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.07 |
| HSL | 242.07º | 0.79% | 0.64% | - |
| HSV(B) | 242.07º | 0.61% | 0.93% | - |
| XYZ | 23.71 | 16.03 | 81.2 | - |
| YUV | 109.03 | 199.66 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 236 | 0.59 | 0.61 | 0 | 0.07 | 242.07 | 0.79 | 0.64 |
| Hex | 60 | 5B | EC | 3B | 3D | 0 | 7 | F2 | 4F | 40 |
| Octal | 140 | 133 | 354 | 73 | 75 | 0 | 7 | 362 | 117 | 100 |
| Binary | 1100000 | 1011011 | 11101100 | 111011 | 111101 | 0 | 111 | 11110010 | 1001111 | 1000000 |
Color Harmonies of #605BEC
Complementary color
Monochromatic Colors of #605BEC
Black with #605BEC
Text Example
Text Example
White with #605BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BEC; }
p { color: rgb(96,91,236); }
H1.HeaderClassName
{
color: #605BEC;
}
.AnyTagClassName
{
color: #605BEC;
}
</style>
background-color css
<style>
a { background-color: #605BEC; }
a { background-color: rgb(96,91,236); }
div.DivClassName
{
background-color: #605BEC;
}
.BgClassName
{
background-color: #605BEC;
}
</style>
border-color css
<style>
span { border-color: #605BEC; }
span { border-color: rgb(96,91,236); }
td.TdClassName
{
border-color: #605BEC;
}
.TagClassName
{
border-color: #605BEC;
}
</style>