Shades of Neon Blue #613DF1
Tints of Neon Blue #613DF1
RGB
CMYK
RGB Variations
Color information
#613DF1 (or 0x613DF1) is known color: Neon Blue. HEX triplet: 61, 3D and F1. RGB value is (97,61,241). Sum of RGB (Red+Green+Blue) = 97+61+241=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #613DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613DF1 is #9EC20E. Grayscale: #5B5B5B. Windows color (decimal): -10404367 or 15809889. OLE color: 15809889.
HSL color Cylindrical-coordinate representation of color #613DF1: hue angle of 252º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613DF1 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 61 | 241 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.05 |
| HSL | 252º | 0.87% | 0.59% | - |
| HSV(B) | 252º | 0.75% | 0.95% | - |
| XYZ | 22.48 | 12.23 | 84.4 | - |
| YUV | 92.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 241 | 0.60 | 0.75 | 0 | 0.05 | 252 | 0.87 | 0.59 |
| Hex | 61 | 3D | F1 | 3C | 4B | 0 | 5 | FC | 57 | 3B |
| Octal | 141 | 75 | 361 | 74 | 113 | 0 | 5 | 374 | 127 | 73 |
| Binary | 1100001 | 111101 | 11110001 | 111100 | 1001011 | 0 | 101 | 11111100 | 1010111 | 111011 |
Color Harmonies of #613DF1
Complementary color
Monochromatic Colors of #613DF1
Black with #613DF1
Text Example
Text Example
White with #613DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613DF1; }
p { color: rgb(97,61,241); }
H1.HeaderClassName
{
color: #613DF1;
}
.AnyTagClassName
{
color: #613DF1;
}
</style>
background-color css
<style>
a { background-color: #613DF1; }
a { background-color: rgb(97,61,241); }
div.DivClassName
{
background-color: #613DF1;
}
.BgClassName
{
background-color: #613DF1;
}
</style>
border-color css
<style>
span { border-color: #613DF1; }
span { border-color: rgb(97,61,241); }
td.TdClassName
{
border-color: #613DF1;
}
.TagClassName
{
border-color: #613DF1;
}
</style>