Shades of Neon Blue #613FFF
Tints of Neon Blue #613FFF
RGB
CMYK
RGB Variations
Color information
#613FFF (or 0x613FFF) is known color: Neon Blue. HEX triplet: 61, 3F and FF. RGB value is (97,63,255). Sum of RGB (Red+Green+Blue) = 97+63+255=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #613FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FFF is #9EC000. Grayscale: #5E5E5E. Windows color (decimal): -10403841 or 16727905. OLE color: 16727905.
HSL color Cylindrical-coordinate representation of color #613FFF: hue angle of 250.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613FFF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 63 | 255 | - |
| CMYK | 0.62 | 0.75 | 0 | 0 |
| HSL | 250.63º | 1% | 0.62% | - |
| HSV(B) | 250.63º | 0.75% | 1% | - |
| XYZ | 24.76 | 13.32 | 95.87 | - |
| YUV | 95.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 255 | 0.62 | 0.75 | 0 | 0 | 250.63 | 1 | 0.62 |
| Hex | 61 | 3F | FF | 3E | 4B | 0 | 0 | FB | 64 | 3E |
| Octal | 141 | 77 | 377 | 76 | 113 | 0 | 0 | 373 | 144 | 76 |
| Binary | 1100001 | 111111 | 11111111 | 111110 | 1001011 | 0 | 0 | 11111011 | 1100100 | 111110 |
Color Harmonies of #613FFF
Complementary color
Monochromatic Colors of #613FFF
Black with #613FFF
Text Example
Text Example
White with #613FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FFF; }
p { color: rgb(97,63,255); }
H1.HeaderClassName
{
color: #613FFF;
}
.AnyTagClassName
{
color: #613FFF;
}
</style>
background-color css
<style>
a { background-color: #613FFF; }
a { background-color: rgb(97,63,255); }
div.DivClassName
{
background-color: #613FFF;
}
.BgClassName
{
background-color: #613FFF;
}
</style>
border-color css
<style>
span { border-color: #613FFF; }
span { border-color: rgb(97,63,255); }
td.TdClassName
{
border-color: #613FFF;
}
.TagClassName
{
border-color: #613FFF;
}
</style>