Shades of Neon Blue #434EED
Tints of Neon Blue #434EED
RGB
CMYK
RGB Variations
Color information
#434EED (or 0x434EED) is known color: Neon Blue. HEX triplet: 43, 4E and ED. RGB value is (67,78,237). Sum of RGB (Red+Green+Blue) = 67+78+237=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #434EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434EED is #BCB112. Grayscale: #5C5C5C. Windows color (decimal): -12366099 or 15552067. OLE color: 15552067.
HSL color Cylindrical-coordinate representation of color #434EED: hue angle of 236.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434EED is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 78 | 237 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.07 |
| HSL | 236.12º | 0.83% | 0.6% | - |
| HSV(B) | 236.12º | 0.72% | 0.93% | - |
| XYZ | 20.33 | 12.76 | 81.51 | - |
| YUV | 92.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 237 | 0.72 | 0.67 | 0 | 0.07 | 236.12 | 0.83 | 0.6 |
| Hex | 43 | 4E | ED | 48 | 43 | 0 | 7 | EC | 53 | 3C |
| Octal | 103 | 116 | 355 | 110 | 103 | 0 | 7 | 354 | 123 | 74 |
| Binary | 1000011 | 1001110 | 11101101 | 1001000 | 1000011 | 0 | 111 | 11101100 | 1010011 | 111100 |
Color Harmonies of #434EED
Complementary color
Monochromatic Colors of #434EED
Black with #434EED
Text Example
Text Example
White with #434EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EED; }
p { color: rgb(67,78,237); }
H1.HeaderClassName
{
color: #434EED;
}
.AnyTagClassName
{
color: #434EED;
}
</style>
background-color css
<style>
a { background-color: #434EED; }
a { background-color: rgb(67,78,237); }
div.DivClassName
{
background-color: #434EED;
}
.BgClassName
{
background-color: #434EED;
}
</style>
border-color css
<style>
span { border-color: #434EED; }
span { border-color: rgb(67,78,237); }
td.TdClassName
{
border-color: #434EED;
}
.TagClassName
{
border-color: #434EED;
}
</style>