Shades of Neon Blue #654DED
Tints of Neon Blue #654DED
RGB
CMYK
RGB Variations
Color information
#654DED (or 0x654DED) is known color: Neon Blue. HEX triplet: 65, 4D and ED. RGB value is (101,77,237). Sum of RGB (Red+Green+Blue) = 101+77+237=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #654DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DED is #9AB212. Grayscale: #656565. Windows color (decimal): -10138131 or 15551845. OLE color: 15551845.
HSL color Cylindrical-coordinate representation of color #654DED: hue angle of 249º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654DED is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 77 | 237 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.07 |
| HSL | 249º | 0.82% | 0.62% | - |
| HSV(B) | 249º | 0.68% | 0.93% | - |
| XYZ | 23.31 | 14.19 | 81.63 | - |
| YUV | 102.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 237 | 0.57 | 0.68 | 0 | 0.07 | 249 | 0.82 | 0.62 |
| Hex | 65 | 4D | ED | 39 | 44 | 0 | 7 | F9 | 52 | 3E |
| Octal | 145 | 115 | 355 | 71 | 104 | 0 | 7 | 371 | 122 | 76 |
| Binary | 1100101 | 1001101 | 11101101 | 111001 | 1000100 | 0 | 111 | 11111001 | 1010010 | 111110 |
Color Harmonies of #654DED
Complementary color
Monochromatic Colors of #654DED
Black with #654DED
Text Example
Text Example
White with #654DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DED; }
p { color: rgb(101,77,237); }
H1.HeaderClassName
{
color: #654DED;
}
.AnyTagClassName
{
color: #654DED;
}
</style>
background-color css
<style>
a { background-color: #654DED; }
a { background-color: rgb(101,77,237); }
div.DivClassName
{
background-color: #654DED;
}
.BgClassName
{
background-color: #654DED;
}
</style>
border-color css
<style>
span { border-color: #654DED; }
span { border-color: rgb(101,77,237); }
td.TdClassName
{
border-color: #654DED;
}
.TagClassName
{
border-color: #654DED;
}
</style>