Shades of Neon Blue #654CF1
Tints of Neon Blue #654CF1
RGB
CMYK
RGB Variations
Color information
#654CF1 (or 0x654CF1) is known color: Neon Blue. HEX triplet: 65, 4C and F1. RGB value is (101,76,241). Sum of RGB (Red+Green+Blue) = 101+76+241=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #654CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CF1 is #9AB30E. Grayscale: #656565. Windows color (decimal): -10138383 or 15813733. OLE color: 15813733.
HSL color Cylindrical-coordinate representation of color #654CF1: hue angle of 249.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654CF1 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 76 | 241 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.05 |
| HSL | 249.09º | 0.85% | 0.62% | - |
| HSV(B) | 249.09º | 0.68% | 0.95% | - |
| XYZ | 23.83 | 14.29 | 84.72 | - |
| YUV | 102.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 241 | 0.58 | 0.68 | 0 | 0.05 | 249.09 | 0.85 | 0.62 |
| Hex | 65 | 4C | F1 | 3A | 44 | 0 | 5 | F9 | 55 | 3E |
| Octal | 145 | 114 | 361 | 72 | 104 | 0 | 5 | 371 | 125 | 76 |
| Binary | 1100101 | 1001100 | 11110001 | 111010 | 1000100 | 0 | 101 | 11111001 | 1010101 | 111110 |
Color Harmonies of #654CF1
Complementary color
Monochromatic Colors of #654CF1
Black with #654CF1
Text Example
Text Example
White with #654CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CF1; }
p { color: rgb(101,76,241); }
H1.HeaderClassName
{
color: #654CF1;
}
.AnyTagClassName
{
color: #654CF1;
}
</style>
background-color css
<style>
a { background-color: #654CF1; }
a { background-color: rgb(101,76,241); }
div.DivClassName
{
background-color: #654CF1;
}
.BgClassName
{
background-color: #654CF1;
}
</style>
border-color css
<style>
span { border-color: #654CF1; }
span { border-color: rgb(101,76,241); }
td.TdClassName
{
border-color: #654CF1;
}
.TagClassName
{
border-color: #654CF1;
}
</style>