Shades of Neon Blue #613EEF
Tints of Neon Blue #613EEF
RGB
CMYK
RGB Variations
Color information
#613EEF (or 0x613EEF) is known color: Neon Blue. HEX triplet: 61, 3E and EF. RGB value is (97,62,239). Sum of RGB (Red+Green+Blue) = 97+62+239=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #613EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613EEF is #9EC110. Grayscale: #5B5B5B. Windows color (decimal): -10404113 or 15679073. OLE color: 15679073.
HSL color Cylindrical-coordinate representation of color #613EEF: hue angle of 251.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613EEF is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 62 | 239 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.06 |
| HSL | 251.86º | 0.85% | 0.59% | - |
| HSV(B) | 251.86º | 0.74% | 0.94% | - |
| XYZ | 22.23 | 12.22 | 82.85 | - |
| YUV | 92.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 239 | 0.59 | 0.74 | 0 | 0.06 | 251.86 | 0.85 | 0.59 |
| Hex | 61 | 3E | EF | 3B | 4A | 0 | 6 | FC | 55 | 3B |
| Octal | 141 | 76 | 357 | 73 | 112 | 0 | 6 | 374 | 125 | 73 |
| Binary | 1100001 | 111110 | 11101111 | 111011 | 1001010 | 0 | 110 | 11111100 | 1010101 | 111011 |
Color Harmonies of #613EEF
Complementary color
Monochromatic Colors of #613EEF
Black with #613EEF
Text Example
Text Example
White with #613EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EEF; }
p { color: rgb(97,62,239); }
H1.HeaderClassName
{
color: #613EEF;
}
.AnyTagClassName
{
color: #613EEF;
}
</style>
background-color css
<style>
a { background-color: #613EEF; }
a { background-color: rgb(97,62,239); }
div.DivClassName
{
background-color: #613EEF;
}
.BgClassName
{
background-color: #613EEF;
}
</style>
border-color css
<style>
span { border-color: #613EEF; }
span { border-color: rgb(97,62,239); }
td.TdClassName
{
border-color: #613EEF;
}
.TagClassName
{
border-color: #613EEF;
}
</style>