Shades of Neon Blue #4154EF
Tints of Neon Blue #4154EF
RGB
CMYK
RGB Variations
Color information
#4154EF (or 0x4154EF) is known color: Neon Blue. HEX triplet: 41, 54 and EF. RGB value is (65,84,239). Sum of RGB (Red+Green+Blue) = 65+84+239=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #4154EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4154EF is #BEAB10. Grayscale: #5F5F5F. Windows color (decimal): -12495633 or 15684673. OLE color: 15684673.
HSL color Cylindrical-coordinate representation of color #4154EF: hue angle of 233.45º 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 #4154EF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 84 | 239 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.06 |
| HSL | 233.45º | 0.84% | 0.6% | - |
| HSV(B) | 233.45º | 0.73% | 0.94% | - |
| XYZ | 20.93 | 13.7 | 83.2 | - |
| YUV | 95.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 239 | 0.73 | 0.65 | 0 | 0.06 | 233.45 | 0.84 | 0.6 |
| Hex | 41 | 54 | EF | 49 | 41 | 0 | 6 | E9 | 54 | 3C |
| Octal | 101 | 124 | 357 | 111 | 101 | 0 | 6 | 351 | 124 | 74 |
| Binary | 1000001 | 1010100 | 11101111 | 1001001 | 1000001 | 0 | 110 | 11101001 | 1010100 | 111100 |
Color Harmonies of #4154EF
Complementary color
Monochromatic Colors of #4154EF
Black with #4154EF
Text Example
Text Example
White with #4154EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154EF; }
p { color: rgb(65,84,239); }
H1.HeaderClassName
{
color: #4154EF;
}
.AnyTagClassName
{
color: #4154EF;
}
</style>
background-color css
<style>
a { background-color: #4154EF; }
a { background-color: rgb(65,84,239); }
div.DivClassName
{
background-color: #4154EF;
}
.BgClassName
{
background-color: #4154EF;
}
</style>
border-color css
<style>
span { border-color: #4154EF; }
span { border-color: rgb(65,84,239); }
td.TdClassName
{
border-color: #4154EF;
}
.TagClassName
{
border-color: #4154EF;
}
</style>