Shades of Neon Blue #613CEF
Tints of Neon Blue #613CEF
RGB
CMYK
RGB Variations
Color information
#613CEF (or 0x613CEF) is known color: Neon Blue. HEX triplet: 61, 3C and EF. RGB value is (97,60,239). Sum of RGB (Red+Green+Blue) = 97+60+239=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #613CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CEF is #9EC310. Grayscale: #5A5A5A. Windows color (decimal): -10404625 or 15678561. OLE color: 15678561.
HSL color Cylindrical-coordinate representation of color #613CEF: hue angle of 252.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613CEF is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 60 | 239 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.06 |
| HSL | 252.4º | 0.85% | 0.59% | - |
| HSV(B) | 252.4º | 0.75% | 0.94% | - |
| XYZ | 22.13 | 12.01 | 82.81 | - |
| YUV | 91.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 239 | 0.59 | 0.75 | 0 | 0.06 | 252.4 | 0.85 | 0.59 |
| Hex | 61 | 3C | EF | 3B | 4B | 0 | 6 | FC | 55 | 3B |
| Octal | 141 | 74 | 357 | 73 | 113 | 0 | 6 | 374 | 125 | 73 |
| Binary | 1100001 | 111100 | 11101111 | 111011 | 1001011 | 0 | 110 | 11111100 | 1010101 | 111011 |
Color Harmonies of #613CEF
Complementary color
Monochromatic Colors of #613CEF
Black with #613CEF
Text Example
Text Example
White with #613CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CEF; }
p { color: rgb(97,60,239); }
H1.HeaderClassName
{
color: #613CEF;
}
.AnyTagClassName
{
color: #613CEF;
}
</style>
background-color css
<style>
a { background-color: #613CEF; }
a { background-color: rgb(97,60,239); }
div.DivClassName
{
background-color: #613CEF;
}
.BgClassName
{
background-color: #613CEF;
}
</style>
border-color css
<style>
span { border-color: #613CEF; }
span { border-color: rgb(97,60,239); }
td.TdClassName
{
border-color: #613CEF;
}
.TagClassName
{
border-color: #613CEF;
}
</style>