Shades of Neon Blue #605BED
Tints of Neon Blue #605BED
RGB
CMYK
RGB Variations
Color information
#605BED (or 0x605BED) is known color: Neon Blue. HEX triplet: 60, 5B and ED. RGB value is (96,91,237). Sum of RGB (Red+Green+Blue) = 96+91+237=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #605BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605BED is #9FA412. Grayscale: #6C6C6C. Windows color (decimal): -10462227 or 15555424. OLE color: 15555424.
HSL color Cylindrical-coordinate representation of color #605BED: hue angle of 242.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605BED is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 91 | 237 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.07 |
| HSL | 242.05º | 0.8% | 0.64% | - |
| HSV(B) | 242.05º | 0.62% | 0.93% | - |
| XYZ | 23.85 | 16.08 | 81.97 | - |
| YUV | 109.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 237 | 0.59 | 0.62 | 0 | 0.07 | 242.05 | 0.8 | 0.64 |
| Hex | 60 | 5B | ED | 3B | 3E | 0 | 7 | F2 | 50 | 40 |
| Octal | 140 | 133 | 355 | 73 | 76 | 0 | 7 | 362 | 120 | 100 |
| Binary | 1100000 | 1011011 | 11101101 | 111011 | 111110 | 0 | 111 | 11110010 | 1010000 | 1000000 |
Color Harmonies of #605BED
Complementary color
Monochromatic Colors of #605BED
Black with #605BED
Text Example
Text Example
White with #605BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BED; }
p { color: rgb(96,91,237); }
H1.HeaderClassName
{
color: #605BED;
}
.AnyTagClassName
{
color: #605BED;
}
</style>
background-color css
<style>
a { background-color: #605BED; }
a { background-color: rgb(96,91,237); }
div.DivClassName
{
background-color: #605BED;
}
.BgClassName
{
background-color: #605BED;
}
</style>
border-color css
<style>
span { border-color: #605BED; }
span { border-color: rgb(96,91,237); }
td.TdClassName
{
border-color: #605BED;
}
.TagClassName
{
border-color: #605BED;
}
</style>