Shades of Neon Blue #434DFE
Tints of Neon Blue #434DFE
RGB
CMYK
RGB Variations
Color information
#434DFE (or 0x434DFE) is known color: Neon Blue. HEX triplet: 43, 4D and FE. RGB value is (67,77,254). Sum of RGB (Red+Green+Blue) = 67+77+254=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #434DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DFE is #BCB201. Grayscale: #5D5D5D. Windows color (decimal): -12366338 or 16665923. OLE color: 16665923.
HSL color Cylindrical-coordinate representation of color #434DFE: hue angle of 236.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434DFE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 77 | 254 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.00 |
| HSL | 236.79º | 0.99% | 0.63% | - |
| HSV(B) | 236.79º | 0.74% | 1% | - |
| XYZ | 22.86 | 13.66 | 95.2 | - |
| YUV | 94.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 254 | 0.74 | 0.70 | 0 | 0.00 | 236.79 | 0.99 | 0.63 |
| Hex | 43 | 4D | FE | 4A | 46 | 0 | 0 | ED | 63 | 3F |
| Octal | 103 | 115 | 376 | 112 | 106 | 0 | 0 | 355 | 143 | 77 |
| Binary | 1000011 | 1001101 | 11111110 | 1001010 | 1000110 | 0 | 0 | 11101101 | 1100011 | 111111 |
Color Harmonies of #434DFE
Complementary color
Monochromatic Colors of #434DFE
Black with #434DFE
Text Example
Text Example
White with #434DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DFE; }
p { color: rgb(67,77,254); }
H1.HeaderClassName
{
color: #434DFE;
}
.AnyTagClassName
{
color: #434DFE;
}
</style>
background-color css
<style>
a { background-color: #434DFE; }
a { background-color: rgb(67,77,254); }
div.DivClassName
{
background-color: #434DFE;
}
.BgClassName
{
background-color: #434DFE;
}
</style>
border-color css
<style>
span { border-color: #434DFE; }
span { border-color: rgb(67,77,254); }
td.TdClassName
{
border-color: #434DFE;
}
.TagClassName
{
border-color: #434DFE;
}
</style>