Shades of Neon Blue #653BFF
Tints of Neon Blue #653BFF
RGB
CMYK
RGB Variations
Color information
#653BFF (or 0x653BFF) is known color: Neon Blue. HEX triplet: 65, 3B and FF. RGB value is (101,59,255). Sum of RGB (Red+Green+Blue) = 101+59+255=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #653BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BFF is #9AC400. Grayscale: #5D5D5D. Windows color (decimal): -10142721 or 16726885. OLE color: 16726885.
HSL color Cylindrical-coordinate representation of color #653BFF: hue angle of 252.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #653BFF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 59 | 255 | - |
| CMYK | 0.60 | 0.77 | 0 | 0 |
| HSL | 252.86º | 1% | 0.62% | - |
| HSV(B) | 252.86º | 0.77% | 1% | - |
| XYZ | 24.98 | 13.11 | 95.82 | - |
| YUV | 93.9 | 218.91 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 255 | 0.60 | 0.77 | 0 | 0 | 252.86 | 1 | 0.62 |
| Hex | 65 | 3B | FF | 3C | 4D | 0 | 0 | FD | 64 | 3E |
| Octal | 145 | 73 | 377 | 74 | 115 | 0 | 0 | 375 | 144 | 76 |
| Binary | 1100101 | 111011 | 11111111 | 111100 | 1001101 | 0 | 0 | 11111101 | 1100100 | 111110 |
Color Harmonies of #653BFF
Complementary color
Monochromatic Colors of #653BFF
Black with #653BFF
Text Example
Text Example
White with #653BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BFF; }
p { color: rgb(101,59,255); }
H1.HeaderClassName
{
color: #653BFF;
}
.AnyTagClassName
{
color: #653BFF;
}
</style>
background-color css
<style>
a { background-color: #653BFF; }
a { background-color: rgb(101,59,255); }
div.DivClassName
{
background-color: #653BFF;
}
.BgClassName
{
background-color: #653BFF;
}
</style>
border-color css
<style>
span { border-color: #653BFF; }
span { border-color: rgb(101,59,255); }
td.TdClassName
{
border-color: #653BFF;
}
.TagClassName
{
border-color: #653BFF;
}
</style>