Shades of Neon Blue #653CEF
Tints of Neon Blue #653CEF
RGB
CMYK
RGB Variations
Color information
#653CEF (or 0x653CEF) is known color: Neon Blue. HEX triplet: 65, 3C and EF. RGB value is (101,60,239). Sum of RGB (Red+Green+Blue) = 101+60+239=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #653CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CEF is #9AC310. Grayscale: #5B5B5B. Windows color (decimal): -10142481 or 15678565. OLE color: 15678565.
HSL color Cylindrical-coordinate representation of color #653CEF: hue angle of 253.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653CEF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 60 | 239 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.06 |
| HSL | 253.74º | 0.85% | 0.59% | - |
| HSV(B) | 253.74º | 0.75% | 0.94% | - |
| XYZ | 22.56 | 12.23 | 82.83 | - |
| YUV | 92.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 239 | 0.58 | 0.75 | 0 | 0.06 | 253.74 | 0.85 | 0.59 |
| Hex | 65 | 3C | EF | 3A | 4B | 0 | 6 | FE | 55 | 3B |
| Octal | 145 | 74 | 357 | 72 | 113 | 0 | 6 | 376 | 125 | 73 |
| Binary | 1100101 | 111100 | 11101111 | 111010 | 1001011 | 0 | 110 | 11111110 | 1010101 | 111011 |
Color Harmonies of #653CEF
Complementary color
Monochromatic Colors of #653CEF
Black with #653CEF
Text Example
Text Example
White with #653CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CEF; }
p { color: rgb(101,60,239); }
H1.HeaderClassName
{
color: #653CEF;
}
.AnyTagClassName
{
color: #653CEF;
}
</style>
background-color css
<style>
a { background-color: #653CEF; }
a { background-color: rgb(101,60,239); }
div.DivClassName
{
background-color: #653CEF;
}
.BgClassName
{
background-color: #653CEF;
}
</style>
border-color css
<style>
span { border-color: #653CEF; }
span { border-color: rgb(101,60,239); }
td.TdClassName
{
border-color: #653CEF;
}
.TagClassName
{
border-color: #653CEF;
}
</style>