Shades of Neon Blue #6151EE
Tints of Neon Blue #6151EE
RGB
CMYK
RGB Variations
Color information
#6151EE (or 0x6151EE) is known color: Neon Blue. HEX triplet: 61, 51 and EE. RGB value is (97,81,238). Sum of RGB (Red+Green+Blue) = 97+81+238=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #6151EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151EE is #9EAE11. Grayscale: #676767. Windows color (decimal): -10399250 or 15618401. OLE color: 15618401.
HSL color Cylindrical-coordinate representation of color #6151EE: hue angle of 246.11º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6151EE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 81 | 238 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.07 |
| HSL | 246.11º | 0.82% | 0.63% | - |
| HSV(B) | 246.11º | 0.66% | 0.93% | - |
| XYZ | 23.3 | 14.6 | 82.48 | - |
| YUV | 103.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 238 | 0.59 | 0.66 | 0 | 0.07 | 246.11 | 0.82 | 0.63 |
| Hex | 61 | 51 | EE | 3B | 42 | 0 | 7 | F6 | 52 | 3F |
| Octal | 141 | 121 | 356 | 73 | 102 | 0 | 7 | 366 | 122 | 77 |
| Binary | 1100001 | 1010001 | 11101110 | 111011 | 1000010 | 0 | 111 | 11110110 | 1010010 | 111111 |
Color Harmonies of #6151EE
Complementary color
Monochromatic Colors of #6151EE
Black with #6151EE
Text Example
Text Example
White with #6151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151EE; }
p { color: rgb(97,81,238); }
H1.HeaderClassName
{
color: #6151EE;
}
.AnyTagClassName
{
color: #6151EE;
}
</style>
background-color css
<style>
a { background-color: #6151EE; }
a { background-color: rgb(97,81,238); }
div.DivClassName
{
background-color: #6151EE;
}
.BgClassName
{
background-color: #6151EE;
}
</style>
border-color css
<style>
span { border-color: #6151EE; }
span { border-color: rgb(97,81,238); }
td.TdClassName
{
border-color: #6151EE;
}
.TagClassName
{
border-color: #6151EE;
}
</style>