Shades of Neon Blue #654AEC
Tints of Neon Blue #654AEC
RGB
CMYK
RGB Variations
Color information
#654AEC (or 0x654AEC) is known color: Neon Blue. HEX triplet: 65, 4A and EC. RGB value is (101,74,236). Sum of RGB (Red+Green+Blue) = 101+74+236=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #654AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654AEC is #9AB513. Grayscale: #636363. Windows color (decimal): -10138900 or 15485541. OLE color: 15485541.
HSL color Cylindrical-coordinate representation of color #654AEC: hue angle of 250º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654AEC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 74 | 236 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.07 |
| HSL | 250º | 0.81% | 0.61% | - |
| HSV(B) | 250º | 0.69% | 0.93% | - |
| XYZ | 22.96 | 13.72 | 80.8 | - |
| YUV | 100.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 236 | 0.57 | 0.69 | 0 | 0.07 | 250 | 0.81 | 0.61 |
| Hex | 65 | 4A | EC | 39 | 45 | 0 | 7 | FA | 51 | 3D |
| Octal | 145 | 112 | 354 | 71 | 105 | 0 | 7 | 372 | 121 | 75 |
| Binary | 1100101 | 1001010 | 11101100 | 111001 | 1000101 | 0 | 111 | 11111010 | 1010001 | 111101 |
Color Harmonies of #654AEC
Complementary color
Monochromatic Colors of #654AEC
Black with #654AEC
Text Example
Text Example
White with #654AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AEC; }
p { color: rgb(101,74,236); }
H1.HeaderClassName
{
color: #654AEC;
}
.AnyTagClassName
{
color: #654AEC;
}
</style>
background-color css
<style>
a { background-color: #654AEC; }
a { background-color: rgb(101,74,236); }
div.DivClassName
{
background-color: #654AEC;
}
.BgClassName
{
background-color: #654AEC;
}
</style>
border-color css
<style>
span { border-color: #654AEC; }
span { border-color: rgb(101,74,236); }
td.TdClassName
{
border-color: #654AEC;
}
.TagClassName
{
border-color: #654AEC;
}
</style>