Shades of Neon Blue #614FFE
Tints of Neon Blue #614FFE
RGB
CMYK
RGB Variations
Color information
#614FFE (or 0x614FFE) is known color: Neon Blue. HEX triplet: 61, 4F and FE. RGB value is (97,79,254). Sum of RGB (Red+Green+Blue) = 97+79+254=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #614FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614FFE is #9EB001. Grayscale: #676767. Windows color (decimal): -10399746 or 16666465. OLE color: 16666465.
HSL color Cylindrical-coordinate representation of color #614FFE: hue angle of 246.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614FFE is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 79 | 254 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.00 |
| HSL | 246.17º | 0.99% | 0.65% | - |
| HSV(B) | 246.17º | 0.69% | 1% | - |
| XYZ | 25.62 | 15.29 | 95.37 | - |
| YUV | 104.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 254 | 0.62 | 0.69 | 0 | 0.00 | 246.17 | 0.99 | 0.65 |
| Hex | 61 | 4F | FE | 3E | 45 | 0 | 0 | F6 | 63 | 41 |
| Octal | 141 | 117 | 376 | 76 | 105 | 0 | 0 | 366 | 143 | 101 |
| Binary | 1100001 | 1001111 | 11111110 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100011 | 1000001 |
Color Harmonies of #614FFE
Complementary color
Monochromatic Colors of #614FFE
Black with #614FFE
Text Example
Text Example
White with #614FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614FFE; }
p { color: rgb(97,79,254); }
H1.HeaderClassName
{
color: #614FFE;
}
.AnyTagClassName
{
color: #614FFE;
}
</style>
background-color css
<style>
a { background-color: #614FFE; }
a { background-color: rgb(97,79,254); }
div.DivClassName
{
background-color: #614FFE;
}
.BgClassName
{
background-color: #614FFE;
}
</style>
border-color css
<style>
span { border-color: #614FFE; }
span { border-color: rgb(97,79,254); }
td.TdClassName
{
border-color: #614FFE;
}
.TagClassName
{
border-color: #614FFE;
}
</style>