Shades of Neon Blue #654FEE
Tints of Neon Blue #654FEE
RGB
CMYK
RGB Variations
Color information
#654FEE (or 0x654FEE) is known color: Neon Blue. HEX triplet: 65, 4F and EE. RGB value is (101,79,238). Sum of RGB (Red+Green+Blue) = 101+79+238=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #654FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654FEE is #9AB011. Grayscale: #676767. Windows color (decimal): -10137618 or 15617893. OLE color: 15617893.
HSL color Cylindrical-coordinate representation of color #654FEE: hue angle of 248.3º 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 #654FEE is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 79 | 238 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.07 |
| HSL | 248.3º | 0.82% | 0.62% | - |
| HSV(B) | 248.3º | 0.67% | 0.93% | - |
| XYZ | 23.6 | 14.53 | 82.45 | - |
| YUV | 103.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 238 | 0.58 | 0.67 | 0 | 0.07 | 248.3 | 0.82 | 0.62 |
| Hex | 65 | 4F | EE | 3A | 43 | 0 | 7 | F8 | 52 | 3E |
| Octal | 145 | 117 | 356 | 72 | 103 | 0 | 7 | 370 | 122 | 76 |
| Binary | 1100101 | 1001111 | 11101110 | 111010 | 1000011 | 0 | 111 | 11111000 | 1010010 | 111110 |
Color Harmonies of #654FEE
Complementary color
Monochromatic Colors of #654FEE
Black with #654FEE
Text Example
Text Example
White with #654FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FEE; }
p { color: rgb(101,79,238); }
H1.HeaderClassName
{
color: #654FEE;
}
.AnyTagClassName
{
color: #654FEE;
}
</style>
background-color css
<style>
a { background-color: #654FEE; }
a { background-color: rgb(101,79,238); }
div.DivClassName
{
background-color: #654FEE;
}
.BgClassName
{
background-color: #654FEE;
}
</style>
border-color css
<style>
span { border-color: #654FEE; }
span { border-color: rgb(101,79,238); }
td.TdClassName
{
border-color: #654FEE;
}
.TagClassName
{
border-color: #654FEE;
}
</style>