Shades of Neon Blue #4255EF
Tints of Neon Blue #4255EF
RGB
CMYK
RGB Variations
Color information
#4255EF (or 0x4255EF) is known color: Neon Blue. HEX triplet: 42, 55 and EF. RGB value is (66,85,239). Sum of RGB (Red+Green+Blue) = 66+85+239=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #4255EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4255EF is #BDAA10. Grayscale: #606060. Windows color (decimal): -12429841 or 15684930. OLE color: 15684930.
HSL color Cylindrical-coordinate representation of color #4255EF: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4255EF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 85 | 239 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.06 |
| HSL | 233.41º | 0.84% | 0.6% | - |
| HSV(B) | 233.41º | 0.72% | 0.94% | - |
| XYZ | 21.08 | 13.89 | 83.23 | - |
| YUV | 96.88 | 208.21 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 239 | 0.72 | 0.64 | 0 | 0.06 | 233.41 | 0.84 | 0.6 |
| Hex | 42 | 55 | EF | 48 | 40 | 0 | 6 | E9 | 54 | 3C |
| Octal | 102 | 125 | 357 | 110 | 100 | 0 | 6 | 351 | 124 | 74 |
| Binary | 1000010 | 1010101 | 11101111 | 1001000 | 1000000 | 0 | 110 | 11101001 | 1010100 | 111100 |
Color Harmonies of #4255EF
Complementary color
Monochromatic Colors of #4255EF
Black with #4255EF
Text Example
Text Example
White with #4255EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255EF; }
p { color: rgb(66,85,239); }
H1.HeaderClassName
{
color: #4255EF;
}
.AnyTagClassName
{
color: #4255EF;
}
</style>
background-color css
<style>
a { background-color: #4255EF; }
a { background-color: rgb(66,85,239); }
div.DivClassName
{
background-color: #4255EF;
}
.BgClassName
{
background-color: #4255EF;
}
</style>
border-color css
<style>
span { border-color: #4255EF; }
span { border-color: rgb(66,85,239); }
td.TdClassName
{
border-color: #4255EF;
}
.TagClassName
{
border-color: #4255EF;
}
</style>