Shades of Neon Blue #654AFB
Tints of Neon Blue #654AFB
RGB
CMYK
RGB Variations
Color information
#654AFB (or 0x654AFB) is known color: Neon Blue. HEX triplet: 65, 4A and FB. RGB value is (101,74,251). Sum of RGB (Red+Green+Blue) = 101+74+251=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #654AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654AFB is #9AB504. Grayscale: #656565. Windows color (decimal): -10138885 or 16468581. OLE color: 16468581.
HSL color Cylindrical-coordinate representation of color #654AFB: hue angle of 249.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #654AFB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 74 | 251 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.02 |
| HSL | 249.15º | 0.96% | 0.64% | - |
| HSV(B) | 249.15º | 0.71% | 0.98% | - |
| XYZ | 25.23 | 14.63 | 92.76 | - |
| YUV | 102.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 251 | 0.60 | 0.71 | 0 | 0.02 | 249.15 | 0.96 | 0.64 |
| Hex | 65 | 4A | FB | 3C | 47 | 0 | 2 | F9 | 60 | 40 |
| Octal | 145 | 112 | 373 | 74 | 107 | 0 | 2 | 371 | 140 | 100 |
| Binary | 1100101 | 1001010 | 11111011 | 111100 | 1000111 | 0 | 10 | 11111001 | 1100000 | 1000000 |
Color Harmonies of #654AFB
Complementary color
Monochromatic Colors of #654AFB
Black with #654AFB
Text Example
Text Example
White with #654AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AFB; }
p { color: rgb(101,74,251); }
H1.HeaderClassName
{
color: #654AFB;
}
.AnyTagClassName
{
color: #654AFB;
}
</style>
background-color css
<style>
a { background-color: #654AFB; }
a { background-color: rgb(101,74,251); }
div.DivClassName
{
background-color: #654AFB;
}
.BgClassName
{
background-color: #654AFB;
}
</style>
border-color css
<style>
span { border-color: #654AFB; }
span { border-color: rgb(101,74,251); }
td.TdClassName
{
border-color: #654AFB;
}
.TagClassName
{
border-color: #654AFB;
}
</style>