Shades of Neon Blue #434AEF
Tints of Neon Blue #434AEF
RGB
CMYK
RGB Variations
Color information
#434AEF (or 0x434AEF) is known color: Neon Blue. HEX triplet: 43, 4A and EF. RGB value is (67,74,239). Sum of RGB (Red+Green+Blue) = 67+74+239=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #434AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434AEF is #BCB510. Grayscale: #5A5A5A. Windows color (decimal): -12367121 or 15682115. OLE color: 15682115.
HSL color Cylindrical-coordinate representation of color #434AEF: hue angle of 237.56º 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 #434AEF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 74 | 239 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.06 |
| HSL | 237.56º | 0.84% | 0.6% | - |
| HSV(B) | 237.56º | 0.72% | 0.94% | - |
| XYZ | 20.34 | 12.32 | 82.97 | - |
| YUV | 90.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 239 | 0.72 | 0.69 | 0 | 0.06 | 237.56 | 0.84 | 0.6 |
| Hex | 43 | 4A | EF | 48 | 45 | 0 | 6 | EE | 54 | 3C |
| Octal | 103 | 112 | 357 | 110 | 105 | 0 | 6 | 356 | 124 | 74 |
| Binary | 1000011 | 1001010 | 11101111 | 1001000 | 1000101 | 0 | 110 | 11101110 | 1010100 | 111100 |
Color Harmonies of #434AEF
Complementary color
Monochromatic Colors of #434AEF
Black with #434AEF
Text Example
Text Example
White with #434AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AEF; }
p { color: rgb(67,74,239); }
H1.HeaderClassName
{
color: #434AEF;
}
.AnyTagClassName
{
color: #434AEF;
}
</style>
background-color css
<style>
a { background-color: #434AEF; }
a { background-color: rgb(67,74,239); }
div.DivClassName
{
background-color: #434AEF;
}
.BgClassName
{
background-color: #434AEF;
}
</style>
border-color css
<style>
span { border-color: #434AEF; }
span { border-color: rgb(67,74,239); }
td.TdClassName
{
border-color: #434AEF;
}
.TagClassName
{
border-color: #434AEF;
}
</style>