Shades of Neon Blue #654DFC
Tints of Neon Blue #654DFC
RGB
CMYK
RGB Variations
Color information
#654DFC (or 0x654DFC) is known color: Neon Blue. HEX triplet: 65, 4D and FC. RGB value is (101,77,252). Sum of RGB (Red+Green+Blue) = 101+77+252=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #654DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DFC is #9AB203. Grayscale: #676767. Windows color (decimal): -10138116 or 16534885. OLE color: 16534885.
HSL color Cylindrical-coordinate representation of color #654DFC: hue angle of 248.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654DFC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 77 | 252 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.01 |
| HSL | 248.23º | 0.97% | 0.65% | - |
| HSV(B) | 248.23º | 0.69% | 0.99% | - |
| XYZ | 25.59 | 15.1 | 93.66 | - |
| YUV | 104.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 252 | 0.60 | 0.69 | 0 | 0.01 | 248.23 | 0.97 | 0.65 |
| Hex | 65 | 4D | FC | 3C | 45 | 0 | 1 | F8 | 61 | 41 |
| Octal | 145 | 115 | 374 | 74 | 105 | 0 | 1 | 370 | 141 | 101 |
| Binary | 1100101 | 1001101 | 11111100 | 111100 | 1000101 | 0 | 1 | 11111000 | 1100001 | 1000001 |
Color Harmonies of #654DFC
Complementary color
Monochromatic Colors of #654DFC
Black with #654DFC
Text Example
Text Example
White with #654DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DFC; }
p { color: rgb(101,77,252); }
H1.HeaderClassName
{
color: #654DFC;
}
.AnyTagClassName
{
color: #654DFC;
}
</style>
background-color css
<style>
a { background-color: #654DFC; }
a { background-color: rgb(101,77,252); }
div.DivClassName
{
background-color: #654DFC;
}
.BgClassName
{
background-color: #654DFC;
}
</style>
border-color css
<style>
span { border-color: #654DFC; }
span { border-color: rgb(101,77,252); }
td.TdClassName
{
border-color: #654DFC;
}
.TagClassName
{
border-color: #654DFC;
}
</style>