Shades of Neon Blue #653CF5
Tints of Neon Blue #653CF5
RGB
CMYK
RGB Variations
Color information
#653CF5 (or 0x653CF5) is known color: Neon Blue. HEX triplet: 65, 3C and F5. RGB value is (101,60,245). Sum of RGB (Red+Green+Blue) = 101+60+245=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #653CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CF5 is #9AC30A. Grayscale: #5C5C5C. Windows color (decimal): -10142475 or 16071781. OLE color: 16071781.
HSL color Cylindrical-coordinate representation of color #653CF5: hue angle of 253.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653CF5 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 60 | 245 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.04 |
| HSL | 253.3º | 0.9% | 0.6% | - |
| HSV(B) | 253.3º | 0.76% | 0.96% | - |
| XYZ | 23.46 | 12.59 | 87.58 | - |
| YUV | 93.35 | 213.58 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 245 | 0.59 | 0.76 | 0 | 0.04 | 253.3 | 0.9 | 0.6 |
| Hex | 65 | 3C | F5 | 3B | 4C | 0 | 4 | FD | 5A | 3C |
| Octal | 145 | 74 | 365 | 73 | 114 | 0 | 4 | 375 | 132 | 74 |
| Binary | 1100101 | 111100 | 11110101 | 111011 | 1001100 | 0 | 100 | 11111101 | 1011010 | 111100 |
Color Harmonies of #653CF5
Complementary color
Monochromatic Colors of #653CF5
Black with #653CF5
Text Example
Text Example
White with #653CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CF5; }
p { color: rgb(101,60,245); }
H1.HeaderClassName
{
color: #653CF5;
}
.AnyTagClassName
{
color: #653CF5;
}
</style>
background-color css
<style>
a { background-color: #653CF5; }
a { background-color: rgb(101,60,245); }
div.DivClassName
{
background-color: #653CF5;
}
.BgClassName
{
background-color: #653CF5;
}
</style>
border-color css
<style>
span { border-color: #653CF5; }
span { border-color: rgb(101,60,245); }
td.TdClassName
{
border-color: #653CF5;
}
.TagClassName
{
border-color: #653CF5;
}
</style>