Shades of Neon Blue #6151EA
Tints of Neon Blue #6151EA
RGB
CMYK
RGB Variations
Color information
#6151EA (or 0x6151EA) is known color: Neon Blue. HEX triplet: 61, 51 and EA. RGB value is (97,81,234). Sum of RGB (Red+Green+Blue) = 97+81+234=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #6151EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151EA is #9EAE15. Grayscale: #666666. Windows color (decimal): -10399254 or 15356257. OLE color: 15356257.
HSL color Cylindrical-coordinate representation of color #6151EA: hue angle of 246.27º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6151EA is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 81 | 234 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.08 |
| HSL | 246.27º | 0.78% | 0.62% | - |
| HSV(B) | 246.27º | 0.65% | 0.92% | - |
| XYZ | 22.72 | 14.37 | 79.42 | - |
| YUV | 103.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 234 | 0.59 | 0.65 | 0 | 0.08 | 246.27 | 0.78 | 0.62 |
| Hex | 61 | 51 | EA | 3B | 41 | 0 | 8 | F6 | 4E | 3E |
| Octal | 141 | 121 | 352 | 73 | 101 | 0 | 10 | 366 | 116 | 76 |
| Binary | 1100001 | 1010001 | 11101010 | 111011 | 1000001 | 0 | 1000 | 11110110 | 1001110 | 111110 |
Color Harmonies of #6151EA
Complementary color
Monochromatic Colors of #6151EA
Black with #6151EA
Text Example
Text Example
White with #6151EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151EA; }
p { color: rgb(97,81,234); }
H1.HeaderClassName
{
color: #6151EA;
}
.AnyTagClassName
{
color: #6151EA;
}
</style>
background-color css
<style>
a { background-color: #6151EA; }
a { background-color: rgb(97,81,234); }
div.DivClassName
{
background-color: #6151EA;
}
.BgClassName
{
background-color: #6151EA;
}
</style>
border-color css
<style>
span { border-color: #6151EA; }
span { border-color: rgb(97,81,234); }
td.TdClassName
{
border-color: #6151EA;
}
.TagClassName
{
border-color: #6151EA;
}
</style>