Shades of Neon Blue #653EEA
Tints of Neon Blue #653EEA
RGB
CMYK
RGB Variations
Color information
#653EEA (or 0x653EEA) is known color: Neon Blue. HEX triplet: 65, 3E and EA. RGB value is (101,62,234). Sum of RGB (Red+Green+Blue) = 101+62+234=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #653EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653EEA is #9AC115. Grayscale: #5C5C5C. Windows color (decimal): -10141974 or 15351397. OLE color: 15351397.
HSL color Cylindrical-coordinate representation of color #653EEA: hue angle of 253.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653EEA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 62 | 234 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.08 |
| HSL | 253.6º | 0.8% | 0.58% | - |
| HSV(B) | 253.6º | 0.74% | 0.92% | - |
| XYZ | 21.94 | 12.15 | 79.03 | - |
| YUV | 93.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 234 | 0.57 | 0.74 | 0 | 0.08 | 253.6 | 0.8 | 0.58 |
| Hex | 65 | 3E | EA | 39 | 4A | 0 | 8 | FE | 50 | 3A |
| Octal | 145 | 76 | 352 | 71 | 112 | 0 | 10 | 376 | 120 | 72 |
| Binary | 1100101 | 111110 | 11101010 | 111001 | 1001010 | 0 | 1000 | 11111110 | 1010000 | 111010 |
Color Harmonies of #653EEA
Complementary color
Monochromatic Colors of #653EEA
Black with #653EEA
Text Example
Text Example
White with #653EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EEA; }
p { color: rgb(101,62,234); }
H1.HeaderClassName
{
color: #653EEA;
}
.AnyTagClassName
{
color: #653EEA;
}
</style>
background-color css
<style>
a { background-color: #653EEA; }
a { background-color: rgb(101,62,234); }
div.DivClassName
{
background-color: #653EEA;
}
.BgClassName
{
background-color: #653EEA;
}
</style>
border-color css
<style>
span { border-color: #653EEA; }
span { border-color: rgb(101,62,234); }
td.TdClassName
{
border-color: #653EEA;
}
.TagClassName
{
border-color: #653EEA;
}
</style>