Shades of Neon Blue #654FF2
Tints of Neon Blue #654FF2
RGB
CMYK
RGB Variations
Color information
#654FF2 (or 0x654FF2) is known color: Neon Blue. HEX triplet: 65, 4F and F2. RGB value is (101,79,242). Sum of RGB (Red+Green+Blue) = 101+79+242=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #654FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654FF2 is #9AB00D. Grayscale: #676767. Windows color (decimal): -10137614 or 15880037. OLE color: 15880037.
HSL color Cylindrical-coordinate representation of color #654FF2: hue angle of 248.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654FF2 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 79 | 242 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.05 |
| HSL | 248.1º | 0.86% | 0.63% | - |
| HSV(B) | 248.1º | 0.67% | 0.95% | - |
| XYZ | 24.19 | 14.77 | 85.58 | - |
| YUV | 104.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 242 | 0.58 | 0.67 | 0 | 0.05 | 248.1 | 0.86 | 0.63 |
| Hex | 65 | 4F | F2 | 3A | 43 | 0 | 5 | F8 | 56 | 3F |
| Octal | 145 | 117 | 362 | 72 | 103 | 0 | 5 | 370 | 126 | 77 |
| Binary | 1100101 | 1001111 | 11110010 | 111010 | 1000011 | 0 | 101 | 11111000 | 1010110 | 111111 |
Color Harmonies of #654FF2
Complementary color
Monochromatic Colors of #654FF2
Black with #654FF2
Text Example
Text Example
White with #654FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FF2; }
p { color: rgb(101,79,242); }
H1.HeaderClassName
{
color: #654FF2;
}
.AnyTagClassName
{
color: #654FF2;
}
</style>
background-color css
<style>
a { background-color: #654FF2; }
a { background-color: rgb(101,79,242); }
div.DivClassName
{
background-color: #654FF2;
}
.BgClassName
{
background-color: #654FF2;
}
</style>
border-color css
<style>
span { border-color: #654FF2; }
span { border-color: rgb(101,79,242); }
td.TdClassName
{
border-color: #654FF2;
}
.TagClassName
{
border-color: #654FF2;
}
</style>