Shades of Neon Blue #6143EA
Tints of Neon Blue #6143EA
RGB
CMYK
RGB Variations
Color information
#6143EA (or 0x6143EA) is known color: Neon Blue. HEX triplet: 61, 43 and EA. RGB value is (97,67,234). Sum of RGB (Red+Green+Blue) = 97+67+234=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #6143EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6143EA is #9EBC15. Grayscale: #5E5E5E. Windows color (decimal): -10402838 or 15352673. OLE color: 15352673.
HSL color Cylindrical-coordinate representation of color #6143EA: hue angle of 250.78º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6143EA is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 67 | 234 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.08 |
| HSL | 250.78º | 0.8% | 0.59% | - |
| HSV(B) | 250.78º | 0.71% | 0.92% | - |
| XYZ | 21.79 | 12.5 | 79.11 | - |
| YUV | 95.01 | 206.44 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 234 | 0.59 | 0.71 | 0 | 0.08 | 250.78 | 0.8 | 0.59 |
| Hex | 61 | 43 | EA | 3B | 47 | 0 | 8 | FB | 50 | 3B |
| Octal | 141 | 103 | 352 | 73 | 107 | 0 | 10 | 373 | 120 | 73 |
| Binary | 1100001 | 1000011 | 11101010 | 111011 | 1000111 | 0 | 1000 | 11111011 | 1010000 | 111011 |
Color Harmonies of #6143EA
Complementary color
Monochromatic Colors of #6143EA
Black with #6143EA
Text Example
Text Example
White with #6143EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143EA; }
p { color: rgb(97,67,234); }
H1.HeaderClassName
{
color: #6143EA;
}
.AnyTagClassName
{
color: #6143EA;
}
</style>
background-color css
<style>
a { background-color: #6143EA; }
a { background-color: rgb(97,67,234); }
div.DivClassName
{
background-color: #6143EA;
}
.BgClassName
{
background-color: #6143EA;
}
</style>
border-color css
<style>
span { border-color: #6143EA; }
span { border-color: rgb(97,67,234); }
td.TdClassName
{
border-color: #6143EA;
}
.TagClassName
{
border-color: #6143EA;
}
</style>