Shades of Neon Blue #653CEB
Tints of Neon Blue #653CEB
RGB
CMYK
RGB Variations
Color information
#653CEB (or 0x653CEB) is known color: Neon Blue. HEX triplet: 65, 3C and EB. RGB value is (101,60,235). Sum of RGB (Red+Green+Blue) = 101+60+235=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #653CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CEB is #9AC314. Grayscale: #5B5B5B. Windows color (decimal): -10142485 or 15416421. OLE color: 15416421.
HSL color Cylindrical-coordinate representation of color #653CEB: hue angle of 254.06º 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 #653CEB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 60 | 235 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.08 |
| HSL | 254.06º | 0.81% | 0.58% | - |
| HSV(B) | 254.06º | 0.74% | 0.92% | - |
| XYZ | 21.98 | 12 | 79.75 | - |
| YUV | 92.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 235 | 0.57 | 0.74 | 0 | 0.08 | 254.06 | 0.81 | 0.58 |
| Hex | 65 | 3C | EB | 39 | 4A | 0 | 8 | FE | 51 | 3A |
| Octal | 145 | 74 | 353 | 71 | 112 | 0 | 10 | 376 | 121 | 72 |
| Binary | 1100101 | 111100 | 11101011 | 111001 | 1001010 | 0 | 1000 | 11111110 | 1010001 | 111010 |
Color Harmonies of #653CEB
Complementary color
Monochromatic Colors of #653CEB
Black with #653CEB
Text Example
Text Example
White with #653CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CEB; }
p { color: rgb(101,60,235); }
H1.HeaderClassName
{
color: #653CEB;
}
.AnyTagClassName
{
color: #653CEB;
}
</style>
background-color css
<style>
a { background-color: #653CEB; }
a { background-color: rgb(101,60,235); }
div.DivClassName
{
background-color: #653CEB;
}
.BgClassName
{
background-color: #653CEB;
}
</style>
border-color css
<style>
span { border-color: #653CEB; }
span { border-color: rgb(101,60,235); }
td.TdClassName
{
border-color: #653CEB;
}
.TagClassName
{
border-color: #653CEB;
}
</style>