Shades of Neon Blue #434DFF
Tints of Neon Blue #434DFF
RGB
CMYK
RGB Variations
Color information
#434DFF (or 0x434DFF) is known color: Neon Blue. HEX triplet: 43, 4D and FF. RGB value is (67,77,255). Sum of RGB (Red+Green+Blue) = 67+77+255=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #434DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DFF is #BCB200. Grayscale: #5D5D5D. Windows color (decimal): -12366337 or 16731459. OLE color: 16731459.
HSL color Cylindrical-coordinate representation of color #434DFF: hue angle of 236.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434DFF is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 77 | 255 | - |
| CMYK | 0.74 | 0.70 | 0 | 0 |
| HSL | 236.81º | 1% | 0.63% | - |
| HSV(B) | 236.81º | 0.74% | 1% | - |
| XYZ | 23.02 | 13.72 | 96.04 | - |
| YUV | 94.3 | 218.69 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 255 | 0.74 | 0.70 | 0 | 0 | 236.81 | 1 | 0.63 |
| Hex | 43 | 4D | FF | 4A | 46 | 0 | 0 | ED | 64 | 3F |
| Octal | 103 | 115 | 377 | 112 | 106 | 0 | 0 | 355 | 144 | 77 |
| Binary | 1000011 | 1001101 | 11111111 | 1001010 | 1000110 | 0 | 0 | 11101101 | 1100100 | 111111 |
Color Harmonies of #434DFF
Complementary color
Monochromatic Colors of #434DFF
Black with #434DFF
Text Example
Text Example
White with #434DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DFF; }
p { color: rgb(67,77,255); }
H1.HeaderClassName
{
color: #434DFF;
}
.AnyTagClassName
{
color: #434DFF;
}
</style>
background-color css
<style>
a { background-color: #434DFF; }
a { background-color: rgb(67,77,255); }
div.DivClassName
{
background-color: #434DFF;
}
.BgClassName
{
background-color: #434DFF;
}
</style>
border-color css
<style>
span { border-color: #434DFF; }
span { border-color: rgb(67,77,255); }
td.TdClassName
{
border-color: #434DFF;
}
.TagClassName
{
border-color: #434DFF;
}
</style>