Shades of Neon Blue #653EFF
Tints of Neon Blue #653EFF
RGB
CMYK
RGB Variations
Color information
#653EFF (or 0x653EFF) is known color: Neon Blue. HEX triplet: 65, 3E and FF. RGB value is (101,62,255). Sum of RGB (Red+Green+Blue) = 101+62+255=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #653EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653EFF is #9AC100. Grayscale: #5E5E5E. Windows color (decimal): -10141953 or 16727653. OLE color: 16727653.
HSL color Cylindrical-coordinate representation of color #653EFF: hue angle of 252.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653EFF is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 62 | 255 | - |
| CMYK | 0.60 | 0.76 | 0 | 0 |
| HSL | 252.12º | 1% | 0.62% | - |
| HSV(B) | 252.12º | 0.76% | 1% | - |
| XYZ | 25.14 | 13.43 | 95.88 | - |
| YUV | 95.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 255 | 0.60 | 0.76 | 0 | 0 | 252.12 | 1 | 0.62 |
| Hex | 65 | 3E | FF | 3C | 4C | 0 | 0 | FC | 64 | 3E |
| Octal | 145 | 76 | 377 | 74 | 114 | 0 | 0 | 374 | 144 | 76 |
| Binary | 1100101 | 111110 | 11111111 | 111100 | 1001100 | 0 | 0 | 11111100 | 1100100 | 111110 |
Color Harmonies of #653EFF
Complementary color
Monochromatic Colors of #653EFF
Black with #653EFF
Text Example
Text Example
White with #653EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EFF; }
p { color: rgb(101,62,255); }
H1.HeaderClassName
{
color: #653EFF;
}
.AnyTagClassName
{
color: #653EFF;
}
</style>
background-color css
<style>
a { background-color: #653EFF; }
a { background-color: rgb(101,62,255); }
div.DivClassName
{
background-color: #653EFF;
}
.BgClassName
{
background-color: #653EFF;
}
</style>
border-color css
<style>
span { border-color: #653EFF; }
span { border-color: rgb(101,62,255); }
td.TdClassName
{
border-color: #653EFF;
}
.TagClassName
{
border-color: #653EFF;
}
</style>