Shades of Neon Blue #613FEC
Tints of Neon Blue #613FEC
RGB
CMYK
RGB Variations
Color information
#613FEC (or 0x613FEC) is known color: Neon Blue. HEX triplet: 61, 3F and EC. RGB value is (97,63,236). Sum of RGB (Red+Green+Blue) = 97+63+236=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #613FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FEC is #9EC013. Grayscale: #5C5C5C. Windows color (decimal): -10403860 or 15482721. OLE color: 15482721.
HSL color Cylindrical-coordinate representation of color #613FEC: hue angle of 251.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613FEC is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 63 | 236 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.07 |
| HSL | 251.79º | 0.82% | 0.59% | - |
| HSV(B) | 251.79º | 0.73% | 0.93% | - |
| XYZ | 21.85 | 12.15 | 80.55 | - |
| YUV | 92.89 | 208.76 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 236 | 0.59 | 0.73 | 0 | 0.07 | 251.79 | 0.82 | 0.59 |
| Hex | 61 | 3F | EC | 3B | 49 | 0 | 7 | FC | 52 | 3B |
| Octal | 141 | 77 | 354 | 73 | 111 | 0 | 7 | 374 | 122 | 73 |
| Binary | 1100001 | 111111 | 11101100 | 111011 | 1001001 | 0 | 111 | 11111100 | 1010010 | 111011 |
Color Harmonies of #613FEC
Complementary color
Monochromatic Colors of #613FEC
Black with #613FEC
Text Example
Text Example
White with #613FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FEC; }
p { color: rgb(97,63,236); }
H1.HeaderClassName
{
color: #613FEC;
}
.AnyTagClassName
{
color: #613FEC;
}
</style>
background-color css
<style>
a { background-color: #613FEC; }
a { background-color: rgb(97,63,236); }
div.DivClassName
{
background-color: #613FEC;
}
.BgClassName
{
background-color: #613FEC;
}
</style>
border-color css
<style>
span { border-color: #613FEC; }
span { border-color: rgb(97,63,236); }
td.TdClassName
{
border-color: #613FEC;
}
.TagClassName
{
border-color: #613FEC;
}
</style>