Shades of Neon Blue #653FEC
Tints of Neon Blue #653FEC
RGB
CMYK
RGB Variations
Color information
#653FEC (or 0x653FEC) is known color: Neon Blue. HEX triplet: 65, 3F and EC. RGB value is (101,63,236). Sum of RGB (Red+Green+Blue) = 101+63+236=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #653FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653FEC is #9AC013. Grayscale: #5D5D5D. Windows color (decimal): -10141716 or 15482725. OLE color: 15482725.
HSL color Cylindrical-coordinate representation of color #653FEC: hue angle of 253.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653FEC is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 63 | 236 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.07 |
| HSL | 253.18º | 0.82% | 0.59% | - |
| HSV(B) | 253.18º | 0.73% | 0.93% | - |
| XYZ | 22.28 | 12.38 | 80.57 | - |
| YUV | 94.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 236 | 0.57 | 0.73 | 0 | 0.07 | 253.18 | 0.82 | 0.59 |
| Hex | 65 | 3F | EC | 39 | 49 | 0 | 7 | FD | 52 | 3B |
| Octal | 145 | 77 | 354 | 71 | 111 | 0 | 7 | 375 | 122 | 73 |
| Binary | 1100101 | 111111 | 11101100 | 111001 | 1001001 | 0 | 111 | 11111101 | 1010010 | 111011 |
Color Harmonies of #653FEC
Complementary color
Monochromatic Colors of #653FEC
Black with #653FEC
Text Example
Text Example
White with #653FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FEC; }
p { color: rgb(101,63,236); }
H1.HeaderClassName
{
color: #653FEC;
}
.AnyTagClassName
{
color: #653FEC;
}
</style>
background-color css
<style>
a { background-color: #653FEC; }
a { background-color: rgb(101,63,236); }
div.DivClassName
{
background-color: #653FEC;
}
.BgClassName
{
background-color: #653FEC;
}
</style>
border-color css
<style>
span { border-color: #653FEC; }
span { border-color: rgb(101,63,236); }
td.TdClassName
{
border-color: #653FEC;
}
.TagClassName
{
border-color: #653FEC;
}
</style>