Shades of Neon Blue #434CE2
Tints of Neon Blue #434CE2
RGB
CMYK
RGB Variations
Color information
#434CE2 (or 0x434CE2) is known color: Neon Blue. HEX triplet: 43, 4C and E2. RGB value is (67,76,226). Sum of RGB (Red+Green+Blue) = 67+76+226=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #434CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CE2 is #BCB31D. Grayscale: #595959. Windows color (decimal): -12366622 or 14830659. OLE color: 14830659.
HSL color Cylindrical-coordinate representation of color #434CE2: hue angle of 236.6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434CE2 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 76 | 226 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.11 |
| HSL | 236.6º | 0.73% | 0.57% | - |
| HSV(B) | 236.6º | 0.7% | 0.89% | - |
| XYZ | 18.63 | 11.85 | 73.26 | - |
| YUV | 90.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 226 | 0.70 | 0.66 | 0 | 0.11 | 236.6 | 0.73 | 0.57 |
| Hex | 43 | 4C | E2 | 46 | 42 | 0 | B | ED | 49 | 39 |
| Octal | 103 | 114 | 342 | 106 | 102 | 0 | 13 | 355 | 111 | 71 |
| Binary | 1000011 | 1001100 | 11100010 | 1000110 | 1000010 | 0 | 1011 | 11101101 | 1001001 | 111001 |
Color Harmonies of #434CE2
Complementary color
Monochromatic Colors of #434CE2
Black with #434CE2
Text Example
Text Example
White with #434CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CE2; }
p { color: rgb(67,76,226); }
H1.HeaderClassName
{
color: #434CE2;
}
.AnyTagClassName
{
color: #434CE2;
}
</style>
background-color css
<style>
a { background-color: #434CE2; }
a { background-color: rgb(67,76,226); }
div.DivClassName
{
background-color: #434CE2;
}
.BgClassName
{
background-color: #434CE2;
}
</style>
border-color css
<style>
span { border-color: #434CE2; }
span { border-color: rgb(67,76,226); }
td.TdClassName
{
border-color: #434CE2;
}
.TagClassName
{
border-color: #434CE2;
}
</style>