Shades of Neon Blue #654CFD
Tints of Neon Blue #654CFD
RGB
CMYK
RGB Variations
Color information
#654CFD (or 0x654CFD) is known color: Neon Blue. HEX triplet: 65, 4C and FD. RGB value is (101,76,253). Sum of RGB (Red+Green+Blue) = 101+76+253=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #654CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CFD is #9AB302. Grayscale: #666666. Windows color (decimal): -10138371 or 16600165. OLE color: 16600165.
HSL color Cylindrical-coordinate representation of color #654CFD: hue angle of 248.47º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654CFD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 76 | 253 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.01 |
| HSL | 248.47º | 0.98% | 0.65% | - |
| HSV(B) | 248.47º | 0.7% | 0.99% | - |
| XYZ | 25.68 | 15.03 | 94.48 | - |
| YUV | 103.65 | 212.28 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 253 | 0.60 | 0.70 | 0 | 0.01 | 248.47 | 0.98 | 0.65 |
| Hex | 65 | 4C | FD | 3C | 46 | 0 | 1 | F8 | 62 | 41 |
| Octal | 145 | 114 | 375 | 74 | 106 | 0 | 1 | 370 | 142 | 101 |
| Binary | 1100101 | 1001100 | 11111101 | 111100 | 1000110 | 0 | 1 | 11111000 | 1100010 | 1000001 |
Color Harmonies of #654CFD
Complementary color
Monochromatic Colors of #654CFD
Black with #654CFD
Text Example
Text Example
White with #654CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CFD; }
p { color: rgb(101,76,253); }
H1.HeaderClassName
{
color: #654CFD;
}
.AnyTagClassName
{
color: #654CFD;
}
</style>
background-color css
<style>
a { background-color: #654CFD; }
a { background-color: rgb(101,76,253); }
div.DivClassName
{
background-color: #654CFD;
}
.BgClassName
{
background-color: #654CFD;
}
</style>
border-color css
<style>
span { border-color: #654CFD; }
span { border-color: rgb(101,76,253); }
td.TdClassName
{
border-color: #654CFD;
}
.TagClassName
{
border-color: #654CFD;
}
</style>