Shades of Neon Blue #6150EC
Tints of Neon Blue #6150EC
RGB
CMYK
RGB Variations
Color information
#6150EC (or 0x6150EC) is known color: Neon Blue. HEX triplet: 61, 50 and EC. RGB value is (97,80,236). Sum of RGB (Red+Green+Blue) = 97+80+236=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #6150EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150EC is #9EAF13. Grayscale: #666666. Windows color (decimal): -10399508 or 15487073. OLE color: 15487073.
HSL color Cylindrical-coordinate representation of color #6150EC: hue angle of 246.54º 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 #6150EC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 80 | 236 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.07 |
| HSL | 246.54º | 0.8% | 0.62% | - |
| HSV(B) | 246.54º | 0.66% | 0.93% | - |
| XYZ | 22.94 | 14.33 | 80.91 | - |
| YUV | 102.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 236 | 0.59 | 0.66 | 0 | 0.07 | 246.54 | 0.8 | 0.62 |
| Hex | 61 | 50 | EC | 3B | 42 | 0 | 7 | F7 | 50 | 3E |
| Octal | 141 | 120 | 354 | 73 | 102 | 0 | 7 | 367 | 120 | 76 |
| Binary | 1100001 | 1010000 | 11101100 | 111011 | 1000010 | 0 | 111 | 11110111 | 1010000 | 111110 |
Color Harmonies of #6150EC
Complementary color
Monochromatic Colors of #6150EC
Black with #6150EC
Text Example
Text Example
White with #6150EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150EC; }
p { color: rgb(97,80,236); }
H1.HeaderClassName
{
color: #6150EC;
}
.AnyTagClassName
{
color: #6150EC;
}
</style>
background-color css
<style>
a { background-color: #6150EC; }
a { background-color: rgb(97,80,236); }
div.DivClassName
{
background-color: #6150EC;
}
.BgClassName
{
background-color: #6150EC;
}
</style>
border-color css
<style>
span { border-color: #6150EC; }
span { border-color: rgb(97,80,236); }
td.TdClassName
{
border-color: #6150EC;
}
.TagClassName
{
border-color: #6150EC;
}
</style>