Shades of Neon Blue #654FFE
Tints of Neon Blue #654FFE
RGB
CMYK
RGB Variations
Color information
#654FFE (or 0x654FFE) is known color: Neon Blue. HEX triplet: 65, 4F and FE. RGB value is (101,79,254). Sum of RGB (Red+Green+Blue) = 101+79+254=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #654FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654FFE is #9AB001. Grayscale: #686868. Windows color (decimal): -10137602 or 16666469. OLE color: 16666469.
HSL color Cylindrical-coordinate representation of color #654FFE: hue angle of 247.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654FFE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 79 | 254 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.00 |
| HSL | 247.54º | 0.99% | 0.65% | - |
| HSV(B) | 247.54º | 0.69% | 1% | - |
| XYZ | 26.05 | 15.51 | 95.39 | - |
| YUV | 105.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 254 | 0.60 | 0.69 | 0 | 0.00 | 247.54 | 0.99 | 0.65 |
| Hex | 65 | 4F | FE | 3C | 45 | 0 | 0 | F8 | 63 | 41 |
| Octal | 145 | 117 | 376 | 74 | 105 | 0 | 0 | 370 | 143 | 101 |
| Binary | 1100101 | 1001111 | 11111110 | 111100 | 1000101 | 0 | 0 | 11111000 | 1100011 | 1000001 |
Color Harmonies of #654FFE
Complementary color
Monochromatic Colors of #654FFE
Black with #654FFE
Text Example
Text Example
White with #654FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FFE; }
p { color: rgb(101,79,254); }
H1.HeaderClassName
{
color: #654FFE;
}
.AnyTagClassName
{
color: #654FFE;
}
</style>
background-color css
<style>
a { background-color: #654FFE; }
a { background-color: rgb(101,79,254); }
div.DivClassName
{
background-color: #654FFE;
}
.BgClassName
{
background-color: #654FFE;
}
</style>
border-color css
<style>
span { border-color: #654FFE; }
span { border-color: rgb(101,79,254); }
td.TdClassName
{
border-color: #654FFE;
}
.TagClassName
{
border-color: #654FFE;
}
</style>