Shades of Neon Blue #6550ED
Tints of Neon Blue #6550ED
RGB
CMYK
RGB Variations
Color information
#6550ED (or 0x6550ED) is known color: Neon Blue. HEX triplet: 65, 50 and ED. RGB value is (101,80,237). Sum of RGB (Red+Green+Blue) = 101+80+237=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #6550ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550ED is #9AAF12. Grayscale: #676767. Windows color (decimal): -10137363 or 15552613. OLE color: 15552613.
HSL color Cylindrical-coordinate representation of color #6550ED: hue angle of 248.03º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6550ED is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 80 | 237 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.07 |
| HSL | 248.03º | 0.81% | 0.62% | - |
| HSV(B) | 248.03º | 0.66% | 0.93% | - |
| XYZ | 23.52 | 14.62 | 81.7 | - |
| YUV | 104.18 | 202.96 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 237 | 0.57 | 0.66 | 0 | 0.07 | 248.03 | 0.81 | 0.62 |
| Hex | 65 | 50 | ED | 39 | 42 | 0 | 7 | F8 | 51 | 3E |
| Octal | 145 | 120 | 355 | 71 | 102 | 0 | 7 | 370 | 121 | 76 |
| Binary | 1100101 | 1010000 | 11101101 | 111001 | 1000010 | 0 | 111 | 11111000 | 1010001 | 111110 |
Color Harmonies of #6550ED
Complementary color
Monochromatic Colors of #6550ED
Black with #6550ED
Text Example
Text Example
White with #6550ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550ED; }
p { color: rgb(101,80,237); }
H1.HeaderClassName
{
color: #6550ED;
}
.AnyTagClassName
{
color: #6550ED;
}
</style>
background-color css
<style>
a { background-color: #6550ED; }
a { background-color: rgb(101,80,237); }
div.DivClassName
{
background-color: #6550ED;
}
.BgClassName
{
background-color: #6550ED;
}
</style>
border-color css
<style>
span { border-color: #6550ED; }
span { border-color: rgb(101,80,237); }
td.TdClassName
{
border-color: #6550ED;
}
.TagClassName
{
border-color: #6550ED;
}
</style>