Shades of Neon Blue #653EFE
Tints of Neon Blue #653EFE
RGB
CMYK
RGB Variations
Color information
#653EFE (or 0x653EFE) is known color: Neon Blue. HEX triplet: 65, 3E and FE. RGB value is (101,62,254). Sum of RGB (Red+Green+Blue) = 101+62+254=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #653EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653EFE is #9AC101. Grayscale: #5E5E5E. Windows color (decimal): -10141954 or 16662117. OLE color: 16662117.
HSL color Cylindrical-coordinate representation of color #653EFE: hue angle of 252.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653EFE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 62 | 254 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.00 |
| HSL | 252.19º | 0.99% | 0.62% | - |
| HSV(B) | 252.19º | 0.76% | 1% | - |
| XYZ | 24.98 | 13.37 | 95.03 | - |
| YUV | 95.55 | 217.42 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 254 | 0.60 | 0.76 | 0 | 0.00 | 252.19 | 0.99 | 0.62 |
| Hex | 65 | 3E | FE | 3C | 4C | 0 | 0 | FC | 63 | 3E |
| Octal | 145 | 76 | 376 | 74 | 114 | 0 | 0 | 374 | 143 | 76 |
| Binary | 1100101 | 111110 | 11111110 | 111100 | 1001100 | 0 | 0 | 11111100 | 1100011 | 111110 |
Color Harmonies of #653EFE
Complementary color
Monochromatic Colors of #653EFE
Black with #653EFE
Text Example
Text Example
White with #653EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EFE; }
p { color: rgb(101,62,254); }
H1.HeaderClassName
{
color: #653EFE;
}
.AnyTagClassName
{
color: #653EFE;
}
</style>
background-color css
<style>
a { background-color: #653EFE; }
a { background-color: rgb(101,62,254); }
div.DivClassName
{
background-color: #653EFE;
}
.BgClassName
{
background-color: #653EFE;
}
</style>
border-color css
<style>
span { border-color: #653EFE; }
span { border-color: rgb(101,62,254); }
td.TdClassName
{
border-color: #653EFE;
}
.TagClassName
{
border-color: #653EFE;
}
</style>