Shades of Neon Blue #653DEC
Tints of Neon Blue #653DEC
RGB
CMYK
RGB Variations
Color information
#653DEC (or 0x653DEC) is known color: Neon Blue. HEX triplet: 65, 3D and EC. RGB value is (101,61,236). Sum of RGB (Red+Green+Blue) = 101+61+236=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #653DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653DEC is #9AC213. Grayscale: #5C5C5C. Windows color (decimal): -10142228 or 15482213. OLE color: 15482213.
HSL color Cylindrical-coordinate representation of color #653DEC: hue angle of 253.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653DEC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 61 | 236 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.07 |
| HSL | 253.71º | 0.82% | 0.58% | - |
| HSV(B) | 253.71º | 0.74% | 0.93% | - |
| XYZ | 22.18 | 12.16 | 80.54 | - |
| YUV | 92.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 236 | 0.57 | 0.74 | 0 | 0.07 | 253.71 | 0.82 | 0.58 |
| Hex | 65 | 3D | EC | 39 | 4A | 0 | 7 | FE | 52 | 3A |
| Octal | 145 | 75 | 354 | 71 | 112 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1100101 | 111101 | 11101100 | 111001 | 1001010 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #653DEC
Complementary color
Monochromatic Colors of #653DEC
Black with #653DEC
Text Example
Text Example
White with #653DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DEC; }
p { color: rgb(101,61,236); }
H1.HeaderClassName
{
color: #653DEC;
}
.AnyTagClassName
{
color: #653DEC;
}
</style>
background-color css
<style>
a { background-color: #653DEC; }
a { background-color: rgb(101,61,236); }
div.DivClassName
{
background-color: #653DEC;
}
.BgClassName
{
background-color: #653DEC;
}
</style>
border-color css
<style>
span { border-color: #653DEC; }
span { border-color: rgb(101,61,236); }
td.TdClassName
{
border-color: #653DEC;
}
.TagClassName
{
border-color: #653DEC;
}
</style>