Shades of Neon Blue #434FEC
Tints of Neon Blue #434FEC
RGB
CMYK
RGB Variations
Color information
#434FEC (or 0x434FEC) is known color: Neon Blue. HEX triplet: 43, 4F and EC. RGB value is (67,79,236). Sum of RGB (Red+Green+Blue) = 67+79+236=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #434FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434FEC is #BCB013. Grayscale: #5C5C5C. Windows color (decimal): -12365844 or 15486787. OLE color: 15486787.
HSL color Cylindrical-coordinate representation of color #434FEC: hue angle of 235.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434FEC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 79 | 236 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.07 |
| HSL | 235.74º | 0.82% | 0.59% | - |
| HSV(B) | 235.74º | 0.72% | 0.93% | - |
| XYZ | 20.25 | 12.84 | 80.77 | - |
| YUV | 93.31 | 208.52 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 236 | 0.72 | 0.67 | 0 | 0.07 | 235.74 | 0.82 | 0.59 |
| Hex | 43 | 4F | EC | 48 | 43 | 0 | 7 | EC | 52 | 3B |
| Octal | 103 | 117 | 354 | 110 | 103 | 0 | 7 | 354 | 122 | 73 |
| Binary | 1000011 | 1001111 | 11101100 | 1001000 | 1000011 | 0 | 111 | 11101100 | 1010010 | 111011 |
Color Harmonies of #434FEC
Complementary color
Monochromatic Colors of #434FEC
Black with #434FEC
Text Example
Text Example
White with #434FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FEC; }
p { color: rgb(67,79,236); }
H1.HeaderClassName
{
color: #434FEC;
}
.AnyTagClassName
{
color: #434FEC;
}
</style>
background-color css
<style>
a { background-color: #434FEC; }
a { background-color: rgb(67,79,236); }
div.DivClassName
{
background-color: #434FEC;
}
.BgClassName
{
background-color: #434FEC;
}
</style>
border-color css
<style>
span { border-color: #434FEC; }
span { border-color: rgb(67,79,236); }
td.TdClassName
{
border-color: #434FEC;
}
.TagClassName
{
border-color: #434FEC;
}
</style>