Shades of Neon Blue #614BFE
Tints of Neon Blue #614BFE
RGB
CMYK
RGB Variations
Color information
#614BFE (or 0x614BFE) is known color: Neon Blue. HEX triplet: 61, 4B and FE. RGB value is (97,75,254). Sum of RGB (Red+Green+Blue) = 97+75+254=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #614BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614BFE is #9EB401. Grayscale: #656565. Windows color (decimal): -10400770 or 16665441. OLE color: 16665441.
HSL color Cylindrical-coordinate representation of color #614BFE: hue angle of 247.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614BFE is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 75 | 254 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.00 |
| HSL | 247.37º | 0.99% | 0.65% | - |
| HSV(B) | 247.37º | 0.7% | 1% | - |
| XYZ | 25.34 | 14.73 | 95.27 | - |
| YUV | 101.98 | 213.79 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 254 | 0.62 | 0.70 | 0 | 0.00 | 247.37 | 0.99 | 0.65 |
| Hex | 61 | 4B | FE | 3E | 46 | 0 | 0 | F7 | 63 | 41 |
| Octal | 141 | 113 | 376 | 76 | 106 | 0 | 0 | 367 | 143 | 101 |
| Binary | 1100001 | 1001011 | 11111110 | 111110 | 1000110 | 0 | 0 | 11110111 | 1100011 | 1000001 |
Color Harmonies of #614BFE
Complementary color
Monochromatic Colors of #614BFE
Black with #614BFE
Text Example
Text Example
White with #614BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614BFE; }
p { color: rgb(97,75,254); }
H1.HeaderClassName
{
color: #614BFE;
}
.AnyTagClassName
{
color: #614BFE;
}
</style>
background-color css
<style>
a { background-color: #614BFE; }
a { background-color: rgb(97,75,254); }
div.DivClassName
{
background-color: #614BFE;
}
.BgClassName
{
background-color: #614BFE;
}
</style>
border-color css
<style>
span { border-color: #614BFE; }
span { border-color: rgb(97,75,254); }
td.TdClassName
{
border-color: #614BFE;
}
.TagClassName
{
border-color: #614BFE;
}
</style>