Shades of Neon Blue #653AEF
Tints of Neon Blue #653AEF
RGB
CMYK
RGB Variations
Color information
#653AEF (or 0x653AEF) is known color: Neon Blue. HEX triplet: 65, 3A and EF. RGB value is (101,58,239). Sum of RGB (Red+Green+Blue) = 101+58+239=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #653AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653AEF is #9AC510. Grayscale: #5A5A5A. Windows color (decimal): -10142993 or 15678053. OLE color: 15678053.
HSL color Cylindrical-coordinate representation of color #653AEF: hue angle of 254.25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653AEF is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 58 | 239 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.06 |
| HSL | 254.25º | 0.85% | 0.58% | - |
| HSV(B) | 254.25º | 0.76% | 0.94% | - |
| XYZ | 22.46 | 12.02 | 82.8 | - |
| YUV | 91.49 | 211.25 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 239 | 0.58 | 0.76 | 0 | 0.06 | 254.25 | 0.85 | 0.58 |
| Hex | 65 | 3A | EF | 3A | 4C | 0 | 6 | FE | 55 | 3A |
| Octal | 145 | 72 | 357 | 72 | 114 | 0 | 6 | 376 | 125 | 72 |
| Binary | 1100101 | 111010 | 11101111 | 111010 | 1001100 | 0 | 110 | 11111110 | 1010101 | 111010 |
Color Harmonies of #653AEF
Complementary color
Monochromatic Colors of #653AEF
Black with #653AEF
Text Example
Text Example
White with #653AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AEF; }
p { color: rgb(101,58,239); }
H1.HeaderClassName
{
color: #653AEF;
}
.AnyTagClassName
{
color: #653AEF;
}
</style>
background-color css
<style>
a { background-color: #653AEF; }
a { background-color: rgb(101,58,239); }
div.DivClassName
{
background-color: #653AEF;
}
.BgClassName
{
background-color: #653AEF;
}
</style>
border-color css
<style>
span { border-color: #653AEF; }
span { border-color: rgb(101,58,239); }
td.TdClassName
{
border-color: #653AEF;
}
.TagClassName
{
border-color: #653AEF;
}
</style>