Shades of Neon Blue #4061FE
Tints of Neon Blue #4061FE
RGB
CMYK
RGB Variations
Color information
#4061FE (or 0x4061FE) is known color: Neon Blue. HEX triplet: 40, 61 and FE. RGB value is (64,97,254). Sum of RGB (Red+Green+Blue) = 64+97+254=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #4061FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4061FE is #BF9E01. Grayscale: #686868. Windows color (decimal): -12557826 or 16671040. OLE color: 16671040.
HSL color Cylindrical-coordinate representation of color #4061FE: hue angle of 229.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4061FE is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 97 | 254 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.00 |
| HSL | 229.58º | 0.99% | 0.62% | - |
| HSV(B) | 229.58º | 0.75% | 1% | - |
| XYZ | 24.28 | 16.8 | 95.73 | - |
| YUV | 105.03 | 212.07 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 254 | 0.75 | 0.62 | 0 | 0.00 | 229.58 | 0.99 | 0.62 |
| Hex | 40 | 61 | FE | 4B | 3E | 0 | 0 | E6 | 63 | 3E |
| Octal | 100 | 141 | 376 | 113 | 76 | 0 | 0 | 346 | 143 | 76 |
| Binary | 1000000 | 1100001 | 11111110 | 1001011 | 111110 | 0 | 0 | 11100110 | 1100011 | 111110 |
Color Harmonies of #4061FE
Complementary color
Monochromatic Colors of #4061FE
Black with #4061FE
Text Example
Text Example
White with #4061FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4061FE; }
p { color: rgb(64,97,254); }
H1.HeaderClassName
{
color: #4061FE;
}
.AnyTagClassName
{
color: #4061FE;
}
</style>
background-color css
<style>
a { background-color: #4061FE; }
a { background-color: rgb(64,97,254); }
div.DivClassName
{
background-color: #4061FE;
}
.BgClassName
{
background-color: #4061FE;
}
</style>
border-color css
<style>
span { border-color: #4061FE; }
span { border-color: rgb(64,97,254); }
td.TdClassName
{
border-color: #4061FE;
}
.TagClassName
{
border-color: #4061FE;
}
</style>