Shades of Neon Blue #613CEA
Tints of Neon Blue #613CEA
RGB
CMYK
RGB Variations
Color information
#613CEA (or 0x613CEA) is known color: Neon Blue. HEX triplet: 61, 3C and EA. RGB value is (97,60,234). Sum of RGB (Red+Green+Blue) = 97+60+234=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #613CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CEA is #9EC315. Grayscale: #5A5A5A. Windows color (decimal): -10404630 or 15350881. OLE color: 15350881.
HSL color Cylindrical-coordinate representation of color #613CEA: hue angle of 252.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613CEA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 60 | 234 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.08 |
| HSL | 252.76º | 0.81% | 0.58% | - |
| HSV(B) | 252.76º | 0.74% | 0.92% | - |
| XYZ | 21.4 | 11.71 | 78.98 | - |
| YUV | 90.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 234 | 0.59 | 0.74 | 0 | 0.08 | 252.76 | 0.81 | 0.58 |
| Hex | 61 | 3C | EA | 3B | 4A | 0 | 8 | FD | 51 | 3A |
| Octal | 141 | 74 | 352 | 73 | 112 | 0 | 10 | 375 | 121 | 72 |
| Binary | 1100001 | 111100 | 11101010 | 111011 | 1001010 | 0 | 1000 | 11111101 | 1010001 | 111010 |
Color Harmonies of #613CEA
Complementary color
Monochromatic Colors of #613CEA
Black with #613CEA
Text Example
Text Example
White with #613CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CEA; }
p { color: rgb(97,60,234); }
H1.HeaderClassName
{
color: #613CEA;
}
.AnyTagClassName
{
color: #613CEA;
}
</style>
background-color css
<style>
a { background-color: #613CEA; }
a { background-color: rgb(97,60,234); }
div.DivClassName
{
background-color: #613CEA;
}
.BgClassName
{
background-color: #613CEA;
}
</style>
border-color css
<style>
span { border-color: #613CEA; }
span { border-color: rgb(97,60,234); }
td.TdClassName
{
border-color: #613CEA;
}
.TagClassName
{
border-color: #613CEA;
}
</style>