Shades of Neon Blue #653CEA
Tints of Neon Blue #653CEA
RGB
CMYK
RGB Variations
Color information
#653CEA (or 0x653CEA) is known color: Neon Blue. HEX triplet: 65, 3C and EA. RGB value is (101,60,234). Sum of RGB (Red+Green+Blue) = 101+60+234=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #653CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CEA is #9AC315. Grayscale: #5B5B5B. Windows color (decimal): -10142486 or 15350885. OLE color: 15350885.
HSL color Cylindrical-coordinate representation of color #653CEA: hue angle of 254.14º degrees, saturation: 0.81, 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 #653CEA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 60 | 234 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.08 |
| HSL | 254.14º | 0.81% | 0.58% | - |
| HSV(B) | 254.14º | 0.74% | 0.92% | - |
| XYZ | 21.83 | 11.94 | 79 | - |
| YUV | 92.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 234 | 0.57 | 0.74 | 0 | 0.08 | 254.14 | 0.81 | 0.58 |
| Hex | 65 | 3C | EA | 39 | 4A | 0 | 8 | FE | 51 | 3A |
| Octal | 145 | 74 | 352 | 71 | 112 | 0 | 10 | 376 | 121 | 72 |
| Binary | 1100101 | 111100 | 11101010 | 111001 | 1001010 | 0 | 1000 | 11111110 | 1010001 | 111010 |
Color Harmonies of #653CEA
Complementary color
Monochromatic Colors of #653CEA
Black with #653CEA
Text Example
Text Example
White with #653CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CEA; }
p { color: rgb(101,60,234); }
H1.HeaderClassName
{
color: #653CEA;
}
.AnyTagClassName
{
color: #653CEA;
}
</style>
background-color css
<style>
a { background-color: #653CEA; }
a { background-color: rgb(101,60,234); }
div.DivClassName
{
background-color: #653CEA;
}
.BgClassName
{
background-color: #653CEA;
}
</style>
border-color css
<style>
span { border-color: #653CEA; }
span { border-color: rgb(101,60,234); }
td.TdClassName
{
border-color: #653CEA;
}
.TagClassName
{
border-color: #653CEA;
}
</style>