Shades of Neon Blue #653BEF
Tints of Neon Blue #653BEF
RGB
CMYK
RGB Variations
Color information
#653BEF (or 0x653BEF) is known color: Neon Blue. HEX triplet: 65, 3B and EF. RGB value is (101,59,239). Sum of RGB (Red+Green+Blue) = 101+59+239=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #653BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BEF is #9AC410. Grayscale: #5B5B5B. Windows color (decimal): -10142737 or 15678309. OLE color: 15678309.
HSL color Cylindrical-coordinate representation of color #653BEF: hue angle of 254º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653BEF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 59 | 239 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.06 |
| HSL | 254º | 0.85% | 0.58% | - |
| HSV(B) | 254º | 0.75% | 0.94% | - |
| XYZ | 22.51 | 12.13 | 82.82 | - |
| YUV | 92.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 239 | 0.58 | 0.75 | 0 | 0.06 | 254 | 0.85 | 0.58 |
| Hex | 65 | 3B | EF | 3A | 4B | 0 | 6 | FE | 55 | 3A |
| Octal | 145 | 73 | 357 | 72 | 113 | 0 | 6 | 376 | 125 | 72 |
| Binary | 1100101 | 111011 | 11101111 | 111010 | 1001011 | 0 | 110 | 11111110 | 1010101 | 111010 |
Color Harmonies of #653BEF
Complementary color
Monochromatic Colors of #653BEF
Black with #653BEF
Text Example
Text Example
White with #653BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BEF; }
p { color: rgb(101,59,239); }
H1.HeaderClassName
{
color: #653BEF;
}
.AnyTagClassName
{
color: #653BEF;
}
</style>
background-color css
<style>
a { background-color: #653BEF; }
a { background-color: rgb(101,59,239); }
div.DivClassName
{
background-color: #653BEF;
}
.BgClassName
{
background-color: #653BEF;
}
</style>
border-color css
<style>
span { border-color: #653BEF; }
span { border-color: rgb(101,59,239); }
td.TdClassName
{
border-color: #653BEF;
}
.TagClassName
{
border-color: #653BEF;
}
</style>