Shades of Neon Blue #653EFC
Tints of Neon Blue #653EFC
RGB
CMYK
RGB Variations
Color information
#653EFC (or 0x653EFC) is known color: Neon Blue. HEX triplet: 65, 3E and FC. RGB value is (101,62,252). Sum of RGB (Red+Green+Blue) = 101+62+252=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #653EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653EFC is #9AC103. Grayscale: #5E5E5E. Windows color (decimal): -10141956 or 16531045. OLE color: 16531045.
HSL color Cylindrical-coordinate representation of color #653EFC: hue angle of 252.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653EFC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 62 | 252 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 252.32º | 0.97% | 0.62% | - |
| HSV(B) | 252.32º | 0.75% | 0.99% | - |
| XYZ | 24.66 | 13.24 | 93.35 | - |
| YUV | 95.32 | 216.42 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 252 | 0.60 | 0.75 | 0 | 0.01 | 252.32 | 0.97 | 0.62 |
| Hex | 65 | 3E | FC | 3C | 4B | 0 | 1 | FC | 61 | 3E |
| Octal | 145 | 76 | 374 | 74 | 113 | 0 | 1 | 374 | 141 | 76 |
| Binary | 1100101 | 111110 | 11111100 | 111100 | 1001011 | 0 | 1 | 11111100 | 1100001 | 111110 |
Color Harmonies of #653EFC
Complementary color
Monochromatic Colors of #653EFC
Black with #653EFC
Text Example
Text Example
White with #653EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EFC; }
p { color: rgb(101,62,252); }
H1.HeaderClassName
{
color: #653EFC;
}
.AnyTagClassName
{
color: #653EFC;
}
</style>
background-color css
<style>
a { background-color: #653EFC; }
a { background-color: rgb(101,62,252); }
div.DivClassName
{
background-color: #653EFC;
}
.BgClassName
{
background-color: #653EFC;
}
</style>
border-color css
<style>
span { border-color: #653EFC; }
span { border-color: rgb(101,62,252); }
td.TdClassName
{
border-color: #653EFC;
}
.TagClassName
{
border-color: #653EFC;
}
</style>