Shades of Neon Blue #6151EF
Tints of Neon Blue #6151EF
RGB
CMYK
RGB Variations
Color information
#6151EF (or 0x6151EF) is known color: Neon Blue. HEX triplet: 61, 51 and EF. RGB value is (97,81,239). Sum of RGB (Red+Green+Blue) = 97+81+239=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #6151EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151EF is #9EAE10. Grayscale: #676767. Windows color (decimal): -10399249 or 15683937. OLE color: 15683937.
HSL color Cylindrical-coordinate representation of color #6151EF: hue angle of 246.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6151EF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 81 | 239 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.06 |
| HSL | 246.08º | 0.83% | 0.63% | - |
| HSV(B) | 246.08º | 0.66% | 0.94% | - |
| XYZ | 23.45 | 14.66 | 83.25 | - |
| YUV | 103.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 239 | 0.59 | 0.66 | 0 | 0.06 | 246.08 | 0.83 | 0.63 |
| Hex | 61 | 51 | EF | 3B | 42 | 0 | 6 | F6 | 53 | 3F |
| Octal | 141 | 121 | 357 | 73 | 102 | 0 | 6 | 366 | 123 | 77 |
| Binary | 1100001 | 1010001 | 11101111 | 111011 | 1000010 | 0 | 110 | 11110110 | 1010011 | 111111 |
Color Harmonies of #6151EF
Complementary color
Monochromatic Colors of #6151EF
Black with #6151EF
Text Example
Text Example
White with #6151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151EF; }
p { color: rgb(97,81,239); }
H1.HeaderClassName
{
color: #6151EF;
}
.AnyTagClassName
{
color: #6151EF;
}
</style>
background-color css
<style>
a { background-color: #6151EF; }
a { background-color: rgb(97,81,239); }
div.DivClassName
{
background-color: #6151EF;
}
.BgClassName
{
background-color: #6151EF;
}
</style>
border-color css
<style>
span { border-color: #6151EF; }
span { border-color: rgb(97,81,239); }
td.TdClassName
{
border-color: #6151EF;
}
.TagClassName
{
border-color: #6151EF;
}
</style>