Shades of Neon Blue #6151EC
Tints of Neon Blue #6151EC
RGB
CMYK
RGB Variations
Color information
#6151EC (or 0x6151EC) is known color: Neon Blue. HEX triplet: 61, 51 and EC. RGB value is (97,81,236). Sum of RGB (Red+Green+Blue) = 97+81+236=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #6151EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151EC is #9EAE13. Grayscale: #666666. Windows color (decimal): -10399252 or 15487329. OLE color: 15487329.
HSL color Cylindrical-coordinate representation of color #6151EC: hue angle of 246.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6151EC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 81 | 236 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.07 |
| HSL | 246.19º | 0.8% | 0.62% | - |
| HSV(B) | 246.19º | 0.66% | 0.93% | - |
| XYZ | 23.01 | 14.48 | 80.94 | - |
| YUV | 103.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 236 | 0.59 | 0.66 | 0 | 0.07 | 246.19 | 0.8 | 0.62 |
| Hex | 61 | 51 | EC | 3B | 42 | 0 | 7 | F6 | 50 | 3E |
| Octal | 141 | 121 | 354 | 73 | 102 | 0 | 7 | 366 | 120 | 76 |
| Binary | 1100001 | 1010001 | 11101100 | 111011 | 1000010 | 0 | 111 | 11110110 | 1010000 | 111110 |
Color Harmonies of #6151EC
Complementary color
Monochromatic Colors of #6151EC
Black with #6151EC
Text Example
Text Example
White with #6151EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151EC; }
p { color: rgb(97,81,236); }
H1.HeaderClassName
{
color: #6151EC;
}
.AnyTagClassName
{
color: #6151EC;
}
</style>
background-color css
<style>
a { background-color: #6151EC; }
a { background-color: rgb(97,81,236); }
div.DivClassName
{
background-color: #6151EC;
}
.BgClassName
{
background-color: #6151EC;
}
</style>
border-color css
<style>
span { border-color: #6151EC; }
span { border-color: rgb(97,81,236); }
td.TdClassName
{
border-color: #6151EC;
}
.TagClassName
{
border-color: #6151EC;
}
</style>