Shades of Neon Blue #654DFB
Tints of Neon Blue #654DFB
RGB
CMYK
RGB Variations
Color information
#654DFB (or 0x654DFB) is known color: Neon Blue. HEX triplet: 65, 4D and FB. RGB value is (101,77,251). Sum of RGB (Red+Green+Blue) = 101+77+251=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #654DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DFB is #9AB204. Grayscale: #676767. Windows color (decimal): -10138117 or 16469349. OLE color: 16469349.
HSL color Cylindrical-coordinate representation of color #654DFB: hue angle of 248.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654DFB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 77 | 251 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.02 |
| HSL | 248.28º | 0.96% | 0.64% | - |
| HSV(B) | 248.28º | 0.69% | 0.98% | - |
| XYZ | 25.43 | 15.04 | 92.83 | - |
| YUV | 104.01 | 210.95 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 251 | 0.60 | 0.69 | 0 | 0.02 | 248.28 | 0.96 | 0.64 |
| Hex | 65 | 4D | FB | 3C | 45 | 0 | 2 | F8 | 60 | 40 |
| Octal | 145 | 115 | 373 | 74 | 105 | 0 | 2 | 370 | 140 | 100 |
| Binary | 1100101 | 1001101 | 11111011 | 111100 | 1000101 | 0 | 10 | 11111000 | 1100000 | 1000000 |
Color Harmonies of #654DFB
Complementary color
Monochromatic Colors of #654DFB
Black with #654DFB
Text Example
Text Example
White with #654DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DFB; }
p { color: rgb(101,77,251); }
H1.HeaderClassName
{
color: #654DFB;
}
.AnyTagClassName
{
color: #654DFB;
}
</style>
background-color css
<style>
a { background-color: #654DFB; }
a { background-color: rgb(101,77,251); }
div.DivClassName
{
background-color: #654DFB;
}
.BgClassName
{
background-color: #654DFB;
}
</style>
border-color css
<style>
span { border-color: #654DFB; }
span { border-color: rgb(101,77,251); }
td.TdClassName
{
border-color: #654DFB;
}
.TagClassName
{
border-color: #654DFB;
}
</style>