Shades of Neon Blue #613EF1
Tints of Neon Blue #613EF1
RGB
CMYK
RGB Variations
Color information
#613EF1 (or 0x613EF1) is known color: Neon Blue. HEX triplet: 61, 3E and F1. RGB value is (97,62,241). Sum of RGB (Red+Green+Blue) = 97+62+241=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #613EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613EF1 is #9EC10E. Grayscale: #5C5C5C. Windows color (decimal): -10404111 or 15810145. OLE color: 15810145.
HSL color Cylindrical-coordinate representation of color #613EF1: hue angle of 251.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613EF1 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 62 | 241 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.05 |
| HSL | 251.73º | 0.86% | 0.59% | - |
| HSV(B) | 251.73º | 0.74% | 0.95% | - |
| XYZ | 22.53 | 12.34 | 84.41 | - |
| YUV | 92.87 | 211.6 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 241 | 0.60 | 0.74 | 0 | 0.05 | 251.73 | 0.86 | 0.59 |
| Hex | 61 | 3E | F1 | 3C | 4A | 0 | 5 | FC | 56 | 3B |
| Octal | 141 | 76 | 361 | 74 | 112 | 0 | 5 | 374 | 126 | 73 |
| Binary | 1100001 | 111110 | 11110001 | 111100 | 1001010 | 0 | 101 | 11111100 | 1010110 | 111011 |
Color Harmonies of #613EF1
Complementary color
Monochromatic Colors of #613EF1
Black with #613EF1
Text Example
Text Example
White with #613EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EF1; }
p { color: rgb(97,62,241); }
H1.HeaderClassName
{
color: #613EF1;
}
.AnyTagClassName
{
color: #613EF1;
}
</style>
background-color css
<style>
a { background-color: #613EF1; }
a { background-color: rgb(97,62,241); }
div.DivClassName
{
background-color: #613EF1;
}
.BgClassName
{
background-color: #613EF1;
}
</style>
border-color css
<style>
span { border-color: #613EF1; }
span { border-color: rgb(97,62,241); }
td.TdClassName
{
border-color: #613EF1;
}
.TagClassName
{
border-color: #613EF1;
}
</style>