Shades of Neon Blue #614EFF
Tints of Neon Blue #614EFF
RGB
CMYK
RGB Variations
Color information
#614EFF (or 0x614EFF) is known color: Neon Blue. HEX triplet: 61, 4E and FF. RGB value is (97,78,255). Sum of RGB (Red+Green+Blue) = 97+78+255=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #614EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EFF is #9EB100. Grayscale: #676767. Windows color (decimal): -10400001 or 16731745. OLE color: 16731745.
HSL color Cylindrical-coordinate representation of color #614EFF: hue angle of 246.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614EFF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 78 | 255 | - |
| CMYK | 0.62 | 0.69 | 0 | 0 |
| HSL | 246.44º | 1% | 0.65% | - |
| HSV(B) | 246.44º | 0.69% | 1% | - |
| XYZ | 25.7 | 15.21 | 96.19 | - |
| YUV | 103.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 255 | 0.62 | 0.69 | 0 | 0 | 246.44 | 1 | 0.65 |
| Hex | 61 | 4E | FF | 3E | 45 | 0 | 0 | F6 | 64 | 41 |
| Octal | 141 | 116 | 377 | 76 | 105 | 0 | 0 | 366 | 144 | 101 |
| Binary | 1100001 | 1001110 | 11111111 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100100 | 1000001 |
Color Harmonies of #614EFF
Complementary color
Monochromatic Colors of #614EFF
Black with #614EFF
Text Example
Text Example
White with #614EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EFF; }
p { color: rgb(97,78,255); }
H1.HeaderClassName
{
color: #614EFF;
}
.AnyTagClassName
{
color: #614EFF;
}
</style>
background-color css
<style>
a { background-color: #614EFF; }
a { background-color: rgb(97,78,255); }
div.DivClassName
{
background-color: #614EFF;
}
.BgClassName
{
background-color: #614EFF;
}
</style>
border-color css
<style>
span { border-color: #614EFF; }
span { border-color: rgb(97,78,255); }
td.TdClassName
{
border-color: #614EFF;
}
.TagClassName
{
border-color: #614EFF;
}
</style>