Shades of Neon Blue #653FFB
Tints of Neon Blue #653FFB
RGB
CMYK
RGB Variations
Color information
#653FFB (or 0x653FFB) is known color: Neon Blue. HEX triplet: 65, 3F and FB. RGB value is (101,63,251). Sum of RGB (Red+Green+Blue) = 101+63+251=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #653FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653FFB is #9AC004. Grayscale: #5F5F5F. Windows color (decimal): -10141701 or 16465765. OLE color: 16465765.
HSL color Cylindrical-coordinate representation of color #653FFB: hue angle of 252.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653FFB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 63 | 251 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.02 |
| HSL | 252.13º | 0.96% | 0.62% | - |
| HSV(B) | 252.13º | 0.75% | 0.98% | - |
| XYZ | 24.56 | 13.29 | 92.54 | - |
| YUV | 95.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 251 | 0.60 | 0.75 | 0 | 0.02 | 252.13 | 0.96 | 0.62 |
| Hex | 65 | 3F | FB | 3C | 4B | 0 | 2 | FC | 60 | 3E |
| Octal | 145 | 77 | 373 | 74 | 113 | 0 | 2 | 374 | 140 | 76 |
| Binary | 1100101 | 111111 | 11111011 | 111100 | 1001011 | 0 | 10 | 11111100 | 1100000 | 111110 |
Color Harmonies of #653FFB
Complementary color
Monochromatic Colors of #653FFB
Black with #653FFB
Text Example
Text Example
White with #653FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FFB; }
p { color: rgb(101,63,251); }
H1.HeaderClassName
{
color: #653FFB;
}
.AnyTagClassName
{
color: #653FFB;
}
</style>
background-color css
<style>
a { background-color: #653FFB; }
a { background-color: rgb(101,63,251); }
div.DivClassName
{
background-color: #653FFB;
}
.BgClassName
{
background-color: #653FFB;
}
</style>
border-color css
<style>
span { border-color: #653FFB; }
span { border-color: rgb(101,63,251); }
td.TdClassName
{
border-color: #653FFB;
}
.TagClassName
{
border-color: #653FFB;
}
</style>