Shades of Neon Blue #654BFE
Tints of Neon Blue #654BFE
RGB
CMYK
RGB Variations
Color information
#654BFE (or 0x654BFE) is known color: Neon Blue. HEX triplet: 65, 4B and FE. RGB value is (101,75,254). Sum of RGB (Red+Green+Blue) = 101+75+254=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #654BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654BFE is #9AB401. Grayscale: #666666. Windows color (decimal): -10138626 or 16665445. OLE color: 16665445.
HSL color Cylindrical-coordinate representation of color #654BFE: hue angle of 248.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654BFE is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 75 | 254 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.00 |
| HSL | 248.72º | 0.99% | 0.65% | - |
| HSV(B) | 248.72º | 0.7% | 1% | - |
| XYZ | 25.77 | 14.95 | 95.29 | - |
| YUV | 103.18 | 213.11 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 254 | 0.60 | 0.70 | 0 | 0.00 | 248.72 | 0.99 | 0.65 |
| Hex | 65 | 4B | FE | 3C | 46 | 0 | 0 | F9 | 63 | 41 |
| Octal | 145 | 113 | 376 | 74 | 106 | 0 | 0 | 371 | 143 | 101 |
| Binary | 1100101 | 1001011 | 11111110 | 111100 | 1000110 | 0 | 0 | 11111001 | 1100011 | 1000001 |
Color Harmonies of #654BFE
Complementary color
Monochromatic Colors of #654BFE
Black with #654BFE
Text Example
Text Example
White with #654BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BFE; }
p { color: rgb(101,75,254); }
H1.HeaderClassName
{
color: #654BFE;
}
.AnyTagClassName
{
color: #654BFE;
}
</style>
background-color css
<style>
a { background-color: #654BFE; }
a { background-color: rgb(101,75,254); }
div.DivClassName
{
background-color: #654BFE;
}
.BgClassName
{
background-color: #654BFE;
}
</style>
border-color css
<style>
span { border-color: #654BFE; }
span { border-color: rgb(101,75,254); }
td.TdClassName
{
border-color: #654BFE;
}
.TagClassName
{
border-color: #654BFE;
}
</style>