Shades of Neon Blue #6050E9
Tints of Neon Blue #6050E9
RGB
CMYK
RGB Variations
Color information
#6050E9 (or 0x6050E9) is known color: Neon Blue. HEX triplet: 60, 50 and E9. RGB value is (96,80,233). Sum of RGB (Red+Green+Blue) = 96+80+233=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #6050E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6050E9 is #9FAF16. Grayscale: #656565. Windows color (decimal): -10465047 or 15290464. OLE color: 15290464.
HSL color Cylindrical-coordinate representation of color #6050E9: hue angle of 246.27º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6050E9 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 80 | 233 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.09 |
| HSL | 246.27º | 0.78% | 0.61% | - |
| HSV(B) | 246.27º | 0.66% | 0.91% | - |
| XYZ | 22.4 | 14.11 | 78.63 | - |
| YUV | 102.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 233 | 0.59 | 0.66 | 0 | 0.09 | 246.27 | 0.78 | 0.61 |
| Hex | 60 | 50 | E9 | 3B | 42 | 0 | 9 | F6 | 4E | 3D |
| Octal | 140 | 120 | 351 | 73 | 102 | 0 | 11 | 366 | 116 | 75 |
| Binary | 1100000 | 1010000 | 11101001 | 111011 | 1000010 | 0 | 1001 | 11110110 | 1001110 | 111101 |
Color Harmonies of #6050E9
Complementary color
Monochromatic Colors of #6050E9
Black with #6050E9
Text Example
Text Example
White with #6050E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050E9; }
p { color: rgb(96,80,233); }
H1.HeaderClassName
{
color: #6050E9;
}
.AnyTagClassName
{
color: #6050E9;
}
</style>
background-color css
<style>
a { background-color: #6050E9; }
a { background-color: rgb(96,80,233); }
div.DivClassName
{
background-color: #6050E9;
}
.BgClassName
{
background-color: #6050E9;
}
</style>
border-color css
<style>
span { border-color: #6050E9; }
span { border-color: rgb(96,80,233); }
td.TdClassName
{
border-color: #6050E9;
}
.TagClassName
{
border-color: #6050E9;
}
</style>