Shades of Neon Blue #653FFF
Tints of Neon Blue #653FFF
RGB
CMYK
RGB Variations
Color information
#653FFF (or 0x653FFF) is known color: Neon Blue. HEX triplet: 65, 3F and FF. RGB value is (101,63,255). Sum of RGB (Red+Green+Blue) = 101+63+255=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #653FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653FFF is #9AC000. Grayscale: #5F5F5F. Windows color (decimal): -10141697 or 16727909. OLE color: 16727909.
HSL color Cylindrical-coordinate representation of color #653FFF: hue angle of 251.87º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653FFF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 63 | 255 | - |
| CMYK | 0.60 | 0.75 | 0 | 0 |
| HSL | 251.88º | 1% | 0.62% | - |
| HSV(B) | 251.88º | 0.75% | 1% | - |
| XYZ | 25.19 | 13.54 | 95.89 | - |
| YUV | 96.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 255 | 0.60 | 0.75 | 0 | 0 | 251.88 | 1 | 0.62 |
| Hex | 65 | 3F | FF | 3C | 4B | 0 | 0 | FC | 64 | 3E |
| Octal | 145 | 77 | 377 | 74 | 113 | 0 | 0 | 374 | 144 | 76 |
| Binary | 1100101 | 111111 | 11111111 | 111100 | 1001011 | 0 | 0 | 11111100 | 1100100 | 111110 |
Color Harmonies of #653FFF
Complementary color
Monochromatic Colors of #653FFF
Black with #653FFF
Text Example
Text Example
White with #653FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FFF; }
p { color: rgb(101,63,255); }
H1.HeaderClassName
{
color: #653FFF;
}
.AnyTagClassName
{
color: #653FFF;
}
</style>
background-color css
<style>
a { background-color: #653FFF; }
a { background-color: rgb(101,63,255); }
div.DivClassName
{
background-color: #653FFF;
}
.BgClassName
{
background-color: #653FFF;
}
</style>
border-color css
<style>
span { border-color: #653FFF; }
span { border-color: rgb(101,63,255); }
td.TdClassName
{
border-color: #653FFF;
}
.TagClassName
{
border-color: #653FFF;
}
</style>