Shades of Neon Blue #654EEE
Tints of Neon Blue #654EEE
RGB
CMYK
RGB Variations
Color information
#654EEE (or 0x654EEE) is known color: Neon Blue. HEX triplet: 65, 4E and EE. RGB value is (101,78,238). Sum of RGB (Red+Green+Blue) = 101+78+238=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #654EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EEE is #9AB111. Grayscale: #666666. Windows color (decimal): -10137874 or 15617637. OLE color: 15617637.
HSL color Cylindrical-coordinate representation of color #654EEE: hue angle of 248.63º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654EEE is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 78 | 238 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.07 |
| HSL | 248.63º | 0.82% | 0.62% | - |
| HSV(B) | 248.63º | 0.67% | 0.93% | - |
| XYZ | 23.52 | 14.39 | 82.43 | - |
| YUV | 103.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 238 | 0.58 | 0.67 | 0 | 0.07 | 248.63 | 0.82 | 0.62 |
| Hex | 65 | 4E | EE | 3A | 43 | 0 | 7 | F9 | 52 | 3E |
| Octal | 145 | 116 | 356 | 72 | 103 | 0 | 7 | 371 | 122 | 76 |
| Binary | 1100101 | 1001110 | 11101110 | 111010 | 1000011 | 0 | 111 | 11111001 | 1010010 | 111110 |
Color Harmonies of #654EEE
Complementary color
Monochromatic Colors of #654EEE
Black with #654EEE
Text Example
Text Example
White with #654EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EEE; }
p { color: rgb(101,78,238); }
H1.HeaderClassName
{
color: #654EEE;
}
.AnyTagClassName
{
color: #654EEE;
}
</style>
background-color css
<style>
a { background-color: #654EEE; }
a { background-color: rgb(101,78,238); }
div.DivClassName
{
background-color: #654EEE;
}
.BgClassName
{
background-color: #654EEE;
}
</style>
border-color css
<style>
span { border-color: #654EEE; }
span { border-color: rgb(101,78,238); }
td.TdClassName
{
border-color: #654EEE;
}
.TagClassName
{
border-color: #654EEE;
}
</style>