Shades of Neon Blue #424FEF
Tints of Neon Blue #424FEF
RGB
CMYK
RGB Variations
Color information
#424FEF (or 0x424FEF) is known color: Neon Blue. HEX triplet: 42, 4F and EF. RGB value is (66,79,239). Sum of RGB (Red+Green+Blue) = 66+79+239=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #424FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FEF is #BDB010. Grayscale: #5C5C5C. Windows color (decimal): -12431377 or 15683394. OLE color: 15683394.
HSL color Cylindrical-coordinate representation of color #424FEF: hue angle of 235.49º 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 #424FEF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 79 | 239 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.06 |
| HSL | 235.49º | 0.84% | 0.6% | - |
| HSV(B) | 235.49º | 0.72% | 0.94% | - |
| XYZ | 20.62 | 12.98 | 83.08 | - |
| YUV | 93.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 239 | 0.72 | 0.67 | 0 | 0.06 | 235.49 | 0.84 | 0.6 |
| Hex | 42 | 4F | EF | 48 | 43 | 0 | 6 | EB | 54 | 3C |
| Octal | 102 | 117 | 357 | 110 | 103 | 0 | 6 | 353 | 124 | 74 |
| Binary | 1000010 | 1001111 | 11101111 | 1001000 | 1000011 | 0 | 110 | 11101011 | 1010100 | 111100 |
Color Harmonies of #424FEF
Complementary color
Monochromatic Colors of #424FEF
Black with #424FEF
Text Example
Text Example
White with #424FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FEF; }
p { color: rgb(66,79,239); }
H1.HeaderClassName
{
color: #424FEF;
}
.AnyTagClassName
{
color: #424FEF;
}
</style>
background-color css
<style>
a { background-color: #424FEF; }
a { background-color: rgb(66,79,239); }
div.DivClassName
{
background-color: #424FEF;
}
.BgClassName
{
background-color: #424FEF;
}
</style>
border-color css
<style>
span { border-color: #424FEF; }
span { border-color: rgb(66,79,239); }
td.TdClassName
{
border-color: #424FEF;
}
.TagClassName
{
border-color: #424FEF;
}
</style>