Shades of Neon Blue #653CFD
Tints of Neon Blue #653CFD
RGB
CMYK
RGB Variations
Color information
#653CFD (or 0x653CFD) is known color: Neon Blue. HEX triplet: 65, 3C and FD. RGB value is (101,60,253). Sum of RGB (Red+Green+Blue) = 101+60+253=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #653CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CFD is #9AC302. Grayscale: #5D5D5D. Windows color (decimal): -10142467 or 16596069. OLE color: 16596069.
HSL color Cylindrical-coordinate representation of color #653CFD: hue angle of 252.75º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653CFD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 60 | 253 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.01 |
| HSL | 252.75º | 0.98% | 0.61% | - |
| HSV(B) | 252.75º | 0.76% | 0.99% | - |
| XYZ | 24.71 | 13.09 | 94.15 | - |
| YUV | 94.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 253 | 0.60 | 0.76 | 0 | 0.01 | 252.75 | 0.98 | 0.61 |
| Hex | 65 | 3C | FD | 3C | 4C | 0 | 1 | FD | 62 | 3D |
| Octal | 145 | 74 | 375 | 74 | 114 | 0 | 1 | 375 | 142 | 75 |
| Binary | 1100101 | 111100 | 11111101 | 111100 | 1001100 | 0 | 1 | 11111101 | 1100010 | 111101 |
Color Harmonies of #653CFD
Complementary color
Monochromatic Colors of #653CFD
Black with #653CFD
Text Example
Text Example
White with #653CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CFD; }
p { color: rgb(101,60,253); }
H1.HeaderClassName
{
color: #653CFD;
}
.AnyTagClassName
{
color: #653CFD;
}
</style>
background-color css
<style>
a { background-color: #653CFD; }
a { background-color: rgb(101,60,253); }
div.DivClassName
{
background-color: #653CFD;
}
.BgClassName
{
background-color: #653CFD;
}
</style>
border-color css
<style>
span { border-color: #653CFD; }
span { border-color: rgb(101,60,253); }
td.TdClassName
{
border-color: #653CFD;
}
.TagClassName
{
border-color: #653CFD;
}
</style>