Shades of Neon Blue #654FEC
Tints of Neon Blue #654FEC
RGB
CMYK
RGB Variations
Color information
#654FEC (or 0x654FEC) is known color: Neon Blue. HEX triplet: 65, 4F and EC. RGB value is (101,79,236). Sum of RGB (Red+Green+Blue) = 101+79+236=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #654FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654FEC is #9AB013. Grayscale: #666666. Windows color (decimal): -10137620 or 15486821. OLE color: 15486821.
HSL color Cylindrical-coordinate representation of color #654FEC: hue angle of 248.41º degrees, saturation: 0.81, 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 #654FEC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 79 | 236 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.07 |
| HSL | 248.41º | 0.81% | 0.62% | - |
| HSV(B) | 248.41º | 0.67% | 0.93% | - |
| XYZ | 23.3 | 14.41 | 80.91 | - |
| YUV | 103.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 236 | 0.57 | 0.67 | 0 | 0.07 | 248.41 | 0.81 | 0.62 |
| Hex | 65 | 4F | EC | 39 | 43 | 0 | 7 | F8 | 51 | 3E |
| Octal | 145 | 117 | 354 | 71 | 103 | 0 | 7 | 370 | 121 | 76 |
| Binary | 1100101 | 1001111 | 11101100 | 111001 | 1000011 | 0 | 111 | 11111000 | 1010001 | 111110 |
Color Harmonies of #654FEC
Complementary color
Monochromatic Colors of #654FEC
Black with #654FEC
Text Example
Text Example
White with #654FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FEC; }
p { color: rgb(101,79,236); }
H1.HeaderClassName
{
color: #654FEC;
}
.AnyTagClassName
{
color: #654FEC;
}
</style>
background-color css
<style>
a { background-color: #654FEC; }
a { background-color: rgb(101,79,236); }
div.DivClassName
{
background-color: #654FEC;
}
.BgClassName
{
background-color: #654FEC;
}
</style>
border-color css
<style>
span { border-color: #654FEC; }
span { border-color: rgb(101,79,236); }
td.TdClassName
{
border-color: #654FEC;
}
.TagClassName
{
border-color: #654FEC;
}
</style>