Shades of Neon Blue #6141EA
Tints of Neon Blue #6141EA
RGB
CMYK
RGB Variations
Color information
#6141EA (or 0x6141EA) is known color: Neon Blue. HEX triplet: 61, 41 and EA. RGB value is (97,65,234). Sum of RGB (Red+Green+Blue) = 97+65+234=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #6141EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141EA is #9EBE15. Grayscale: #5D5D5D. Windows color (decimal): -10403350 or 15352161. OLE color: 15352161.
HSL color Cylindrical-coordinate representation of color #6141EA: hue angle of 251.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6141EA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 65 | 234 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.08 |
| HSL | 251.36º | 0.8% | 0.59% | - |
| HSV(B) | 251.36º | 0.72% | 0.92% | - |
| XYZ | 21.67 | 12.26 | 79.07 | - |
| YUV | 93.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 234 | 0.59 | 0.72 | 0 | 0.08 | 251.36 | 0.8 | 0.59 |
| Hex | 61 | 41 | EA | 3B | 48 | 0 | 8 | FB | 50 | 3B |
| Octal | 141 | 101 | 352 | 73 | 110 | 0 | 10 | 373 | 120 | 73 |
| Binary | 1100001 | 1000001 | 11101010 | 111011 | 1001000 | 0 | 1000 | 11111011 | 1010000 | 111011 |
Color Harmonies of #6141EA
Complementary color
Monochromatic Colors of #6141EA
Black with #6141EA
Text Example
Text Example
White with #6141EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141EA; }
p { color: rgb(97,65,234); }
H1.HeaderClassName
{
color: #6141EA;
}
.AnyTagClassName
{
color: #6141EA;
}
</style>
background-color css
<style>
a { background-color: #6141EA; }
a { background-color: rgb(97,65,234); }
div.DivClassName
{
background-color: #6141EA;
}
.BgClassName
{
background-color: #6141EA;
}
</style>
border-color css
<style>
span { border-color: #6141EA; }
span { border-color: rgb(97,65,234); }
td.TdClassName
{
border-color: #6141EA;
}
.TagClassName
{
border-color: #6141EA;
}
</style>