Shades of Neon Blue #613AF0
Tints of Neon Blue #613AF0
RGB
CMYK
RGB Variations
Color information
#613AF0 (or 0x613AF0) is known color: Neon Blue. HEX triplet: 61, 3A and F0. RGB value is (97,58,240). Sum of RGB (Red+Green+Blue) = 97+58+240=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #613AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613AF0 is #9EC50F. Grayscale: #595959. Windows color (decimal): -10405136 or 15743585. OLE color: 15743585.
HSL color Cylindrical-coordinate representation of color #613AF0: hue angle of 252.86º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613AF0 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 58 | 240 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.06 |
| HSL | 252.86º | 0.86% | 0.58% | - |
| HSV(B) | 252.86º | 0.76% | 0.94% | - |
| XYZ | 22.17 | 11.86 | 83.56 | - |
| YUV | 90.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 240 | 0.60 | 0.76 | 0 | 0.06 | 252.86 | 0.86 | 0.58 |
| Hex | 61 | 3A | F0 | 3C | 4C | 0 | 6 | FD | 56 | 3A |
| Octal | 141 | 72 | 360 | 74 | 114 | 0 | 6 | 375 | 126 | 72 |
| Binary | 1100001 | 111010 | 11110000 | 111100 | 1001100 | 0 | 110 | 11111101 | 1010110 | 111010 |
Color Harmonies of #613AF0
Complementary color
Monochromatic Colors of #613AF0
Black with #613AF0
Text Example
Text Example
White with #613AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AF0; }
p { color: rgb(97,58,240); }
H1.HeaderClassName
{
color: #613AF0;
}
.AnyTagClassName
{
color: #613AF0;
}
</style>
background-color css
<style>
a { background-color: #613AF0; }
a { background-color: rgb(97,58,240); }
div.DivClassName
{
background-color: #613AF0;
}
.BgClassName
{
background-color: #613AF0;
}
</style>
border-color css
<style>
span { border-color: #613AF0; }
span { border-color: rgb(97,58,240); }
td.TdClassName
{
border-color: #613AF0;
}
.TagClassName
{
border-color: #613AF0;
}
</style>