Shades of Neon Blue #6159F2
Tints of Neon Blue #6159F2
RGB
CMYK
RGB Variations
Color information
#6159F2 (or 0x6159F2) is known color: Neon Blue. HEX triplet: 61, 59 and F2. RGB value is (97,89,242). Sum of RGB (Red+Green+Blue) = 97+89+242=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #6159F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6159F2 is #9EA60D. Grayscale: #6C6C6C. Windows color (decimal): -10397198 or 15882593. OLE color: 15882593.
HSL color Cylindrical-coordinate representation of color #6159F2: hue angle of 243.14º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6159F2 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 89 | 242 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.05 |
| HSL | 243.14º | 0.85% | 0.65% | - |
| HSV(B) | 243.14º | 0.63% | 0.95% | - |
| XYZ | 24.53 | 16.1 | 85.82 | - |
| YUV | 108.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 242 | 0.60 | 0.63 | 0 | 0.05 | 243.14 | 0.85 | 0.65 |
| Hex | 61 | 59 | F2 | 3C | 3F | 0 | 5 | F3 | 55 | 41 |
| Octal | 141 | 131 | 362 | 74 | 77 | 0 | 5 | 363 | 125 | 101 |
| Binary | 1100001 | 1011001 | 11110010 | 111100 | 111111 | 0 | 101 | 11110011 | 1010101 | 1000001 |
Color Harmonies of #6159F2
Complementary color
Monochromatic Colors of #6159F2
Black with #6159F2
Text Example
Text Example
White with #6159F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159F2; }
p { color: rgb(97,89,242); }
H1.HeaderClassName
{
color: #6159F2;
}
.AnyTagClassName
{
color: #6159F2;
}
</style>
background-color css
<style>
a { background-color: #6159F2; }
a { background-color: rgb(97,89,242); }
div.DivClassName
{
background-color: #6159F2;
}
.BgClassName
{
background-color: #6159F2;
}
</style>
border-color css
<style>
span { border-color: #6159F2; }
span { border-color: rgb(97,89,242); }
td.TdClassName
{
border-color: #6159F2;
}
.TagClassName
{
border-color: #6159F2;
}
</style>