Shades of Neon Blue #654DFF
Tints of Neon Blue #654DFF
RGB
CMYK
RGB Variations
Color information
#654DFF (or 0x654DFF) is known color: Neon Blue. HEX triplet: 65, 4D and FF. RGB value is (101,77,255). Sum of RGB (Red+Green+Blue) = 101+77+255=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #654DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DFF is #9AB200. Grayscale: #676767. Windows color (decimal): -10138113 or 16731493. OLE color: 16731493.
HSL color Cylindrical-coordinate representation of color #654DFF: hue angle of 248.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654DFF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 77 | 255 | - |
| CMYK | 0.60 | 0.70 | 0 | 0 |
| HSL | 248.09º | 1% | 0.65% | - |
| HSV(B) | 248.09º | 0.7% | 1% | - |
| XYZ | 26.07 | 15.29 | 96.19 | - |
| YUV | 104.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 255 | 0.60 | 0.70 | 0 | 0 | 248.09 | 1 | 0.65 |
| Hex | 65 | 4D | FF | 3C | 46 | 0 | 0 | F8 | 64 | 41 |
| Octal | 145 | 115 | 377 | 74 | 106 | 0 | 0 | 370 | 144 | 101 |
| Binary | 1100101 | 1001101 | 11111111 | 111100 | 1000110 | 0 | 0 | 11111000 | 1100100 | 1000001 |
Color Harmonies of #654DFF
Complementary color
Monochromatic Colors of #654DFF
Black with #654DFF
Text Example
Text Example
White with #654DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DFF; }
p { color: rgb(101,77,255); }
H1.HeaderClassName
{
color: #654DFF;
}
.AnyTagClassName
{
color: #654DFF;
}
</style>
background-color css
<style>
a { background-color: #654DFF; }
a { background-color: rgb(101,77,255); }
div.DivClassName
{
background-color: #654DFF;
}
.BgClassName
{
background-color: #654DFF;
}
</style>
border-color css
<style>
span { border-color: #654DFF; }
span { border-color: rgb(101,77,255); }
td.TdClassName
{
border-color: #654DFF;
}
.TagClassName
{
border-color: #654DFF;
}
</style>