Shades of Neon Blue #654BEE
Tints of Neon Blue #654BEE
RGB
CMYK
RGB Variations
Color information
#654BEE (or 0x654BEE) is known color: Neon Blue. HEX triplet: 65, 4B and EE. RGB value is (101,75,238). Sum of RGB (Red+Green+Blue) = 101+75+238=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #654BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654BEE is #9AB411. Grayscale: #646464. Windows color (decimal): -10138642 or 15616869. OLE color: 15616869.
HSL color Cylindrical-coordinate representation of color #654BEE: hue angle of 249.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654BEE is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 75 | 238 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.07 |
| HSL | 249.57º | 0.83% | 0.61% | - |
| HSV(B) | 249.57º | 0.68% | 0.93% | - |
| XYZ | 23.32 | 13.97 | 82.36 | - |
| YUV | 101.36 | 205.11 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 238 | 0.58 | 0.68 | 0 | 0.07 | 249.57 | 0.83 | 0.61 |
| Hex | 65 | 4B | EE | 3A | 44 | 0 | 7 | FA | 53 | 3D |
| Octal | 145 | 113 | 356 | 72 | 104 | 0 | 7 | 372 | 123 | 75 |
| Binary | 1100101 | 1001011 | 11101110 | 111010 | 1000100 | 0 | 111 | 11111010 | 1010011 | 111101 |
Color Harmonies of #654BEE
Complementary color
Monochromatic Colors of #654BEE
Black with #654BEE
Text Example
Text Example
White with #654BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BEE; }
p { color: rgb(101,75,238); }
H1.HeaderClassName
{
color: #654BEE;
}
.AnyTagClassName
{
color: #654BEE;
}
</style>
background-color css
<style>
a { background-color: #654BEE; }
a { background-color: rgb(101,75,238); }
div.DivClassName
{
background-color: #654BEE;
}
.BgClassName
{
background-color: #654BEE;
}
</style>
border-color css
<style>
span { border-color: #654BEE; }
span { border-color: rgb(101,75,238); }
td.TdClassName
{
border-color: #654BEE;
}
.TagClassName
{
border-color: #654BEE;
}
</style>