Shades of Neon Blue #613EED
Tints of Neon Blue #613EED
RGB
CMYK
RGB Variations
Color information
#613EED (or 0x613EED) is known color: Neon Blue. HEX triplet: 61, 3E and ED. RGB value is (97,62,237). Sum of RGB (Red+Green+Blue) = 97+62+237=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #613EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613EED is #9EC112. Grayscale: #5B5B5B. Windows color (decimal): -10404115 or 15548001. OLE color: 15548001.
HSL color Cylindrical-coordinate representation of color #613EED: hue angle of 252º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613EED is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 62 | 237 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.07 |
| HSL | 252º | 0.83% | 0.59% | - |
| HSV(B) | 252º | 0.74% | 0.93% | - |
| XYZ | 21.94 | 12.1 | 81.3 | - |
| YUV | 92.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 237 | 0.59 | 0.74 | 0 | 0.07 | 252 | 0.83 | 0.59 |
| Hex | 61 | 3E | ED | 3B | 4A | 0 | 7 | FC | 53 | 3B |
| Octal | 141 | 76 | 355 | 73 | 112 | 0 | 7 | 374 | 123 | 73 |
| Binary | 1100001 | 111110 | 11101101 | 111011 | 1001010 | 0 | 111 | 11111100 | 1010011 | 111011 |
Color Harmonies of #613EED
Complementary color
Monochromatic Colors of #613EED
Black with #613EED
Text Example
Text Example
White with #613EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EED; }
p { color: rgb(97,62,237); }
H1.HeaderClassName
{
color: #613EED;
}
.AnyTagClassName
{
color: #613EED;
}
</style>
background-color css
<style>
a { background-color: #613EED; }
a { background-color: rgb(97,62,237); }
div.DivClassName
{
background-color: #613EED;
}
.BgClassName
{
background-color: #613EED;
}
</style>
border-color css
<style>
span { border-color: #613EED; }
span { border-color: rgb(97,62,237); }
td.TdClassName
{
border-color: #613EED;
}
.TagClassName
{
border-color: #613EED;
}
</style>