Shades of Neon Blue #4151EF
Tints of Neon Blue #4151EF
RGB
CMYK
RGB Variations
Color information
#4151EF (or 0x4151EF) is known color: Neon Blue. HEX triplet: 41, 51 and EF. RGB value is (65,81,239). Sum of RGB (Red+Green+Blue) = 65+81+239=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #4151EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4151EF is #BEAE10. Grayscale: #5D5D5D. Windows color (decimal): -12496401 or 15683905. OLE color: 15683905.
HSL color Cylindrical-coordinate representation of color #4151EF: hue angle of 234.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4151EF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 81 | 239 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.06 |
| HSL | 234.48º | 0.84% | 0.6% | - |
| HSV(B) | 234.48º | 0.73% | 0.94% | - |
| XYZ | 20.7 | 13.24 | 83.13 | - |
| YUV | 94.23 | 209.7 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 239 | 0.73 | 0.66 | 0 | 0.06 | 234.48 | 0.84 | 0.6 |
| Hex | 41 | 51 | EF | 49 | 42 | 0 | 6 | EA | 54 | 3C |
| Octal | 101 | 121 | 357 | 111 | 102 | 0 | 6 | 352 | 124 | 74 |
| Binary | 1000001 | 1010001 | 11101111 | 1001001 | 1000010 | 0 | 110 | 11101010 | 1010100 | 111100 |
Color Harmonies of #4151EF
Complementary color
Monochromatic Colors of #4151EF
Black with #4151EF
Text Example
Text Example
White with #4151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151EF; }
p { color: rgb(65,81,239); }
H1.HeaderClassName
{
color: #4151EF;
}
.AnyTagClassName
{
color: #4151EF;
}
</style>
background-color css
<style>
a { background-color: #4151EF; }
a { background-color: rgb(65,81,239); }
div.DivClassName
{
background-color: #4151EF;
}
.BgClassName
{
background-color: #4151EF;
}
</style>
border-color css
<style>
span { border-color: #4151EF; }
span { border-color: rgb(65,81,239); }
td.TdClassName
{
border-color: #4151EF;
}
.TagClassName
{
border-color: #4151EF;
}
</style>