Shades of Neon Blue #434BFF
Tints of Neon Blue #434BFF
RGB
CMYK
RGB Variations
Color information
#434BFF (or 0x434BFF) is known color: Neon Blue. HEX triplet: 43, 4B and FF. RGB value is (67,75,255). Sum of RGB (Red+Green+Blue) = 67+75+255=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #434BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BFF is #BCB400. Grayscale: #5C5C5C. Windows color (decimal): -12366849 or 16730947. OLE color: 16730947.
HSL color Cylindrical-coordinate representation of color #434BFF: hue angle of 237.45º 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 #434BFF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 75 | 255 | - |
| CMYK | 0.74 | 0.71 | 0 | 0 |
| HSL | 237.45º | 1% | 0.63% | - |
| HSV(B) | 237.45º | 0.74% | 1% | - |
| XYZ | 22.88 | 13.45 | 96 | - |
| YUV | 93.13 | 219.35 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 255 | 0.74 | 0.71 | 0 | 0 | 237.45 | 1 | 0.63 |
| Hex | 43 | 4B | FF | 4A | 47 | 0 | 0 | ED | 64 | 3F |
| Octal | 103 | 113 | 377 | 112 | 107 | 0 | 0 | 355 | 144 | 77 |
| Binary | 1000011 | 1001011 | 11111111 | 1001010 | 1000111 | 0 | 0 | 11101101 | 1100100 | 111111 |
Color Harmonies of #434BFF
Complementary color
Monochromatic Colors of #434BFF
Black with #434BFF
Text Example
Text Example
White with #434BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BFF; }
p { color: rgb(67,75,255); }
H1.HeaderClassName
{
color: #434BFF;
}
.AnyTagClassName
{
color: #434BFF;
}
</style>
background-color css
<style>
a { background-color: #434BFF; }
a { background-color: rgb(67,75,255); }
div.DivClassName
{
background-color: #434BFF;
}
.BgClassName
{
background-color: #434BFF;
}
</style>
border-color css
<style>
span { border-color: #434BFF; }
span { border-color: rgb(67,75,255); }
td.TdClassName
{
border-color: #434BFF;
}
.TagClassName
{
border-color: #434BFF;
}
</style>