Shades of Neon Blue #654CF5
Tints of Neon Blue #654CF5
RGB
CMYK
RGB Variations
Color information
#654CF5 (or 0x654CF5) is known color: Neon Blue. HEX triplet: 65, 4C and F5. RGB value is (101,76,245). Sum of RGB (Red+Green+Blue) = 101+76+245=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #654CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CF5 is #9AB30A. Grayscale: #666666. Windows color (decimal): -10138379 or 16075877. OLE color: 16075877.
HSL color Cylindrical-coordinate representation of color #654CF5: hue angle of 248.88º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654CF5 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 76 | 245 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.04 |
| HSL | 248.88º | 0.89% | 0.63% | - |
| HSV(B) | 248.88º | 0.69% | 0.96% | - |
| XYZ | 24.43 | 14.53 | 87.9 | - |
| YUV | 102.74 | 208.28 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 245 | 0.59 | 0.69 | 0 | 0.04 | 248.88 | 0.89 | 0.63 |
| Hex | 65 | 4C | F5 | 3B | 45 | 0 | 4 | F9 | 59 | 3F |
| Octal | 145 | 114 | 365 | 73 | 105 | 0 | 4 | 371 | 131 | 77 |
| Binary | 1100101 | 1001100 | 11110101 | 111011 | 1000101 | 0 | 100 | 11111001 | 1011001 | 111111 |
Color Harmonies of #654CF5
Complementary color
Monochromatic Colors of #654CF5
Black with #654CF5
Text Example
Text Example
White with #654CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CF5; }
p { color: rgb(101,76,245); }
H1.HeaderClassName
{
color: #654CF5;
}
.AnyTagClassName
{
color: #654CF5;
}
</style>
background-color css
<style>
a { background-color: #654CF5; }
a { background-color: rgb(101,76,245); }
div.DivClassName
{
background-color: #654CF5;
}
.BgClassName
{
background-color: #654CF5;
}
</style>
border-color css
<style>
span { border-color: #654CF5; }
span { border-color: rgb(101,76,245); }
td.TdClassName
{
border-color: #654CF5;
}
.TagClassName
{
border-color: #654CF5;
}
</style>