Shades of Neon Blue #613FF1
Tints of Neon Blue #613FF1
RGB
CMYK
RGB Variations
Color information
#613FF1 (or 0x613FF1) is known color: Neon Blue. HEX triplet: 61, 3F and F1. RGB value is (97,63,241). Sum of RGB (Red+Green+Blue) = 97+63+241=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #613FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FF1 is #9EC00E. Grayscale: #5C5C5C. Windows color (decimal): -10403855 or 15810401. OLE color: 15810401.
HSL color Cylindrical-coordinate representation of color #613FF1: hue angle of 251.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613FF1 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 63 | 241 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.05 |
| HSL | 251.46º | 0.86% | 0.6% | - |
| HSV(B) | 251.46º | 0.74% | 0.95% | - |
| XYZ | 22.58 | 12.45 | 84.43 | - |
| YUV | 93.46 | 211.26 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 241 | 0.60 | 0.74 | 0 | 0.05 | 251.46 | 0.86 | 0.6 |
| Hex | 61 | 3F | F1 | 3C | 4A | 0 | 5 | FB | 56 | 3C |
| Octal | 141 | 77 | 361 | 74 | 112 | 0 | 5 | 373 | 126 | 74 |
| Binary | 1100001 | 111111 | 11110001 | 111100 | 1001010 | 0 | 101 | 11111011 | 1010110 | 111100 |
Color Harmonies of #613FF1
Complementary color
Monochromatic Colors of #613FF1
Black with #613FF1
Text Example
Text Example
White with #613FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FF1; }
p { color: rgb(97,63,241); }
H1.HeaderClassName
{
color: #613FF1;
}
.AnyTagClassName
{
color: #613FF1;
}
</style>
background-color css
<style>
a { background-color: #613FF1; }
a { background-color: rgb(97,63,241); }
div.DivClassName
{
background-color: #613FF1;
}
.BgClassName
{
background-color: #613FF1;
}
</style>
border-color css
<style>
span { border-color: #613FF1; }
span { border-color: rgb(97,63,241); }
td.TdClassName
{
border-color: #613FF1;
}
.TagClassName
{
border-color: #613FF1;
}
</style>