Shades of Neon Blue #653CED
Tints of Neon Blue #653CED
RGB
CMYK
RGB Variations
Color information
#653CED (or 0x653CED) is known color: Neon Blue. HEX triplet: 65, 3C and ED. RGB value is (101,60,237). Sum of RGB (Red+Green+Blue) = 101+60+237=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #653CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CED is #9AC312. Grayscale: #5B5B5B. Windows color (decimal): -10142483 or 15547493. OLE color: 15547493.
HSL color Cylindrical-coordinate representation of color #653CED: hue angle of 253.9º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653CED is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 60 | 237 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 253.9º | 0.83% | 0.58% | - |
| HSV(B) | 253.9º | 0.75% | 0.93% | - |
| XYZ | 22.27 | 12.11 | 81.29 | - |
| YUV | 92.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 237 | 0.57 | 0.75 | 0 | 0.07 | 253.9 | 0.83 | 0.58 |
| Hex | 65 | 3C | ED | 39 | 4B | 0 | 7 | FE | 53 | 3A |
| Octal | 145 | 74 | 355 | 71 | 113 | 0 | 7 | 376 | 123 | 72 |
| Binary | 1100101 | 111100 | 11101101 | 111001 | 1001011 | 0 | 111 | 11111110 | 1010011 | 111010 |
Color Harmonies of #653CED
Complementary color
Monochromatic Colors of #653CED
Black with #653CED
Text Example
Text Example
White with #653CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CED; }
p { color: rgb(101,60,237); }
H1.HeaderClassName
{
color: #653CED;
}
.AnyTagClassName
{
color: #653CED;
}
</style>
background-color css
<style>
a { background-color: #653CED; }
a { background-color: rgb(101,60,237); }
div.DivClassName
{
background-color: #653CED;
}
.BgClassName
{
background-color: #653CED;
}
</style>
border-color css
<style>
span { border-color: #653CED; }
span { border-color: rgb(101,60,237); }
td.TdClassName
{
border-color: #653CED;
}
.TagClassName
{
border-color: #653CED;
}
</style>