Shades of Neon Blue #654EF5
Tints of Neon Blue #654EF5
RGB
CMYK
RGB Variations
Color information
#654EF5 (or 0x654EF5) is known color: Neon Blue. HEX triplet: 65, 4E and F5. RGB value is (101,78,245). Sum of RGB (Red+Green+Blue) = 101+78+245=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #654EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EF5 is #9AB10A. Grayscale: #676767. Windows color (decimal): -10137867 or 16076389. OLE color: 16076389.
HSL color Cylindrical-coordinate representation of color #654EF5: hue angle of 248.26º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654EF5 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 78 | 245 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.04 |
| HSL | 248.26º | 0.89% | 0.63% | - |
| HSV(B) | 248.26º | 0.68% | 0.96% | - |
| XYZ | 24.57 | 14.81 | 87.95 | - |
| YUV | 103.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 245 | 0.59 | 0.68 | 0 | 0.04 | 248.26 | 0.89 | 0.63 |
| Hex | 65 | 4E | F5 | 3B | 44 | 0 | 4 | F8 | 59 | 3F |
| Octal | 145 | 116 | 365 | 73 | 104 | 0 | 4 | 370 | 131 | 77 |
| Binary | 1100101 | 1001110 | 11110101 | 111011 | 1000100 | 0 | 100 | 11111000 | 1011001 | 111111 |
Color Harmonies of #654EF5
Complementary color
Monochromatic Colors of #654EF5
Black with #654EF5
Text Example
Text Example
White with #654EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EF5; }
p { color: rgb(101,78,245); }
H1.HeaderClassName
{
color: #654EF5;
}
.AnyTagClassName
{
color: #654EF5;
}
</style>
background-color css
<style>
a { background-color: #654EF5; }
a { background-color: rgb(101,78,245); }
div.DivClassName
{
background-color: #654EF5;
}
.BgClassName
{
background-color: #654EF5;
}
</style>
border-color css
<style>
span { border-color: #654EF5; }
span { border-color: rgb(101,78,245); }
td.TdClassName
{
border-color: #654EF5;
}
.TagClassName
{
border-color: #654EF5;
}
</style>