Shades of Neon Blue #654BFF
Tints of Neon Blue #654BFF
RGB
CMYK
RGB Variations
Color information
#654BFF (or 0x654BFF) is known color: Neon Blue. HEX triplet: 65, 4B and FF. RGB value is (101,75,255). Sum of RGB (Red+Green+Blue) = 101+75+255=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #654BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654BFF is #9AB400. Grayscale: #666666. Windows color (decimal): -10138625 or 16730981. OLE color: 16730981.
HSL color Cylindrical-coordinate representation of color #654BFF: hue angle of 248.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #654BFF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 75 | 255 | - |
| CMYK | 0.60 | 0.71 | 0 | 0 |
| HSL | 248.67º | 1% | 0.65% | - |
| HSV(B) | 248.67º | 0.71% | 1% | - |
| XYZ | 25.93 | 15.02 | 96.14 | - |
| YUV | 103.29 | 213.61 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 255 | 0.60 | 0.71 | 0 | 0 | 248.67 | 1 | 0.65 |
| Hex | 65 | 4B | FF | 3C | 47 | 0 | 0 | F9 | 64 | 41 |
| Octal | 145 | 113 | 377 | 74 | 107 | 0 | 0 | 371 | 144 | 101 |
| Binary | 1100101 | 1001011 | 11111111 | 111100 | 1000111 | 0 | 0 | 11111001 | 1100100 | 1000001 |
Color Harmonies of #654BFF
Complementary color
Monochromatic Colors of #654BFF
Black with #654BFF
Text Example
Text Example
White with #654BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BFF; }
p { color: rgb(101,75,255); }
H1.HeaderClassName
{
color: #654BFF;
}
.AnyTagClassName
{
color: #654BFF;
}
</style>
background-color css
<style>
a { background-color: #654BFF; }
a { background-color: rgb(101,75,255); }
div.DivClassName
{
background-color: #654BFF;
}
.BgClassName
{
background-color: #654BFF;
}
</style>
border-color css
<style>
span { border-color: #654BFF; }
span { border-color: rgb(101,75,255); }
td.TdClassName
{
border-color: #654BFF;
}
.TagClassName
{
border-color: #654BFF;
}
</style>