Shades of Neon Blue #434CF3
Tints of Neon Blue #434CF3
RGB
CMYK
RGB Variations
Color information
#434CF3 (or 0x434CF3) is known color: Neon Blue. HEX triplet: 43, 4C and F3. RGB value is (67,76,243). Sum of RGB (Red+Green+Blue) = 67+76+243=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #434CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CF3 is #BCB30C. Grayscale: #5B5B5B. Windows color (decimal): -12366605 or 15944771. OLE color: 15944771.
HSL color Cylindrical-coordinate representation of color #434CF3: hue angle of 236.93º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434CF3 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 76 | 243 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.05 |
| HSL | 236.93º | 0.88% | 0.61% | - |
| HSV(B) | 236.93º | 0.72% | 0.95% | - |
| XYZ | 21.08 | 12.83 | 86.16 | - |
| YUV | 92.35 | 213.02 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 243 | 0.72 | 0.69 | 0 | 0.05 | 236.93 | 0.88 | 0.61 |
| Hex | 43 | 4C | F3 | 48 | 45 | 0 | 5 | ED | 58 | 3D |
| Octal | 103 | 114 | 363 | 110 | 105 | 0 | 5 | 355 | 130 | 75 |
| Binary | 1000011 | 1001100 | 11110011 | 1001000 | 1000101 | 0 | 101 | 11101101 | 1011000 | 111101 |
Color Harmonies of #434CF3
Complementary color
Monochromatic Colors of #434CF3
Black with #434CF3
Text Example
Text Example
White with #434CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CF3; }
p { color: rgb(67,76,243); }
H1.HeaderClassName
{
color: #434CF3;
}
.AnyTagClassName
{
color: #434CF3;
}
</style>
background-color css
<style>
a { background-color: #434CF3; }
a { background-color: rgb(67,76,243); }
div.DivClassName
{
background-color: #434CF3;
}
.BgClassName
{
background-color: #434CF3;
}
</style>
border-color css
<style>
span { border-color: #434CF3; }
span { border-color: rgb(67,76,243); }
td.TdClassName
{
border-color: #434CF3;
}
.TagClassName
{
border-color: #434CF3;
}
</style>