Shades of Neon Blue #653BFC
Tints of Neon Blue #653BFC
RGB
CMYK
RGB Variations
Color information
#653BFC (or 0x653BFC) is known color: Neon Blue. HEX triplet: 65, 3B and FC. RGB value is (101,59,252). Sum of RGB (Red+Green+Blue) = 101+59+252=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #653BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BFC is #9AC403. Grayscale: #5C5C5C. Windows color (decimal): -10142724 or 16530277. OLE color: 16530277.
HSL color Cylindrical-coordinate representation of color #653BFC: hue angle of 253.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #653BFC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 59 | 252 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.01 |
| HSL | 253.06º | 0.97% | 0.61% | - |
| HSV(B) | 253.06º | 0.77% | 0.99% | - |
| XYZ | 24.5 | 12.92 | 93.3 | - |
| YUV | 93.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 252 | 0.60 | 0.77 | 0 | 0.01 | 253.06 | 0.97 | 0.61 |
| Hex | 65 | 3B | FC | 3C | 4D | 0 | 1 | FD | 61 | 3D |
| Octal | 145 | 73 | 374 | 74 | 115 | 0 | 1 | 375 | 141 | 75 |
| Binary | 1100101 | 111011 | 11111100 | 111100 | 1001101 | 0 | 1 | 11111101 | 1100001 | 111101 |
Color Harmonies of #653BFC
Complementary color
Monochromatic Colors of #653BFC
Black with #653BFC
Text Example
Text Example
White with #653BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BFC; }
p { color: rgb(101,59,252); }
H1.HeaderClassName
{
color: #653BFC;
}
.AnyTagClassName
{
color: #653BFC;
}
</style>
background-color css
<style>
a { background-color: #653BFC; }
a { background-color: rgb(101,59,252); }
div.DivClassName
{
background-color: #653BFC;
}
.BgClassName
{
background-color: #653BFC;
}
</style>
border-color css
<style>
span { border-color: #653BFC; }
span { border-color: rgb(101,59,252); }
td.TdClassName
{
border-color: #653BFC;
}
.TagClassName
{
border-color: #653BFC;
}
</style>