Shades of Neon Blue #653DFE
Tints of Neon Blue #653DFE
RGB
CMYK
RGB Variations
Color information
#653DFE (or 0x653DFE) is known color: Neon Blue. HEX triplet: 65, 3D and FE. RGB value is (101,61,254). Sum of RGB (Red+Green+Blue) = 101+61+254=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #653DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653DFE is #9AC201. Grayscale: #5E5E5E. Windows color (decimal): -10142210 or 16661861. OLE color: 16661861.
HSL color Cylindrical-coordinate representation of color #653DFE: hue angle of 252.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653DFE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 61 | 254 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.00 |
| HSL | 252.44º | 0.99% | 0.62% | - |
| HSV(B) | 252.44º | 0.76% | 1% | - |
| XYZ | 24.92 | 13.26 | 95.01 | - |
| YUV | 94.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 254 | 0.60 | 0.76 | 0 | 0.00 | 252.44 | 0.99 | 0.62 |
| Hex | 65 | 3D | FE | 3C | 4C | 0 | 0 | FC | 63 | 3E |
| Octal | 145 | 75 | 376 | 74 | 114 | 0 | 0 | 374 | 143 | 76 |
| Binary | 1100101 | 111101 | 11111110 | 111100 | 1001100 | 0 | 0 | 11111100 | 1100011 | 111110 |
Color Harmonies of #653DFE
Complementary color
Monochromatic Colors of #653DFE
Black with #653DFE
Text Example
Text Example
White with #653DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DFE; }
p { color: rgb(101,61,254); }
H1.HeaderClassName
{
color: #653DFE;
}
.AnyTagClassName
{
color: #653DFE;
}
</style>
background-color css
<style>
a { background-color: #653DFE; }
a { background-color: rgb(101,61,254); }
div.DivClassName
{
background-color: #653DFE;
}
.BgClassName
{
background-color: #653DFE;
}
</style>
border-color css
<style>
span { border-color: #653DFE; }
span { border-color: rgb(101,61,254); }
td.TdClassName
{
border-color: #653DFE;
}
.TagClassName
{
border-color: #653DFE;
}
</style>