Shades of Neon Blue #613EFD
Tints of Neon Blue #613EFD
RGB
CMYK
RGB Variations
Color information
#613EFD (or 0x613EFD) is known color: Neon Blue. HEX triplet: 61, 3E and FD. RGB value is (97,62,253). Sum of RGB (Red+Green+Blue) = 97+62+253=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #613EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613EFD is #9EC102. Grayscale: #5D5D5D. Windows color (decimal): -10404099 or 16596577. OLE color: 16596577.
HSL color Cylindrical-coordinate representation of color #613EFD: hue angle of 250.99º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613EFD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 62 | 253 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.01 |
| HSL | 250.99º | 0.98% | 0.62% | - |
| HSV(B) | 250.99º | 0.75% | 0.99% | - |
| XYZ | 24.38 | 13.08 | 94.17 | - |
| YUV | 94.24 | 217.6 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 253 | 0.62 | 0.75 | 0 | 0.01 | 250.99 | 0.98 | 0.62 |
| Hex | 61 | 3E | FD | 3E | 4B | 0 | 1 | FB | 62 | 3E |
| Octal | 141 | 76 | 375 | 76 | 113 | 0 | 1 | 373 | 142 | 76 |
| Binary | 1100001 | 111110 | 11111101 | 111110 | 1001011 | 0 | 1 | 11111011 | 1100010 | 111110 |
Color Harmonies of #613EFD
Complementary color
Monochromatic Colors of #613EFD
Black with #613EFD
Text Example
Text Example
White with #613EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EFD; }
p { color: rgb(97,62,253); }
H1.HeaderClassName
{
color: #613EFD;
}
.AnyTagClassName
{
color: #613EFD;
}
</style>
background-color css
<style>
a { background-color: #613EFD; }
a { background-color: rgb(97,62,253); }
div.DivClassName
{
background-color: #613EFD;
}
.BgClassName
{
background-color: #613EFD;
}
</style>
border-color css
<style>
span { border-color: #613EFD; }
span { border-color: rgb(97,62,253); }
td.TdClassName
{
border-color: #613EFD;
}
.TagClassName
{
border-color: #613EFD;
}
</style>