Shades of Neon Blue #4153EF
Tints of Neon Blue #4153EF
RGB
CMYK
RGB Variations
Color information
#4153EF (or 0x4153EF) is known color: Neon Blue. HEX triplet: 41, 53 and EF. RGB value is (65,83,239). Sum of RGB (Red+Green+Blue) = 65+83+239=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #4153EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4153EF is #BEAC10. Grayscale: #5E5E5E. Windows color (decimal): -12495889 or 15684417. OLE color: 15684417.
HSL color Cylindrical-coordinate representation of color #4153EF: hue angle of 233.79º 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 #4153EF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 83 | 239 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.06 |
| HSL | 233.79º | 0.84% | 0.6% | - |
| HSV(B) | 233.79º | 0.73% | 0.94% | - |
| XYZ | 20.85 | 13.54 | 83.18 | - |
| YUV | 95.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 239 | 0.73 | 0.65 | 0 | 0.06 | 233.79 | 0.84 | 0.6 |
| Hex | 41 | 53 | EF | 49 | 41 | 0 | 6 | EA | 54 | 3C |
| Octal | 101 | 123 | 357 | 111 | 101 | 0 | 6 | 352 | 124 | 74 |
| Binary | 1000001 | 1010011 | 11101111 | 1001001 | 1000001 | 0 | 110 | 11101010 | 1010100 | 111100 |
Color Harmonies of #4153EF
Complementary color
Monochromatic Colors of #4153EF
Black with #4153EF
Text Example
Text Example
White with #4153EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153EF; }
p { color: rgb(65,83,239); }
H1.HeaderClassName
{
color: #4153EF;
}
.AnyTagClassName
{
color: #4153EF;
}
</style>
background-color css
<style>
a { background-color: #4153EF; }
a { background-color: rgb(65,83,239); }
div.DivClassName
{
background-color: #4153EF;
}
.BgClassName
{
background-color: #4153EF;
}
</style>
border-color css
<style>
span { border-color: #4153EF; }
span { border-color: rgb(65,83,239); }
td.TdClassName
{
border-color: #4153EF;
}
.TagClassName
{
border-color: #4153EF;
}
</style>