Shades of Neon Blue #434BF3
Tints of Neon Blue #434BF3
RGB
CMYK
RGB Variations
Color information
#434BF3 (or 0x434BF3) is known color: Neon Blue. HEX triplet: 43, 4B and F3. RGB value is (67,75,243). Sum of RGB (Red+Green+Blue) = 67+75+243=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #434BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BF3 is #BCB40C. Grayscale: #5B5B5B. Windows color (decimal): -12366861 or 15944515. OLE color: 15944515.
HSL color Cylindrical-coordinate representation of color #434BF3: hue angle of 237.27º 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 #434BF3 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 75 | 243 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.05 |
| HSL | 237.27º | 0.88% | 0.61% | - |
| HSV(B) | 237.27º | 0.72% | 0.95% | - |
| XYZ | 21.01 | 12.7 | 86.14 | - |
| YUV | 91.76 | 213.35 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 243 | 0.72 | 0.69 | 0 | 0.05 | 237.27 | 0.88 | 0.61 |
| Hex | 43 | 4B | F3 | 48 | 45 | 0 | 5 | ED | 58 | 3D |
| Octal | 103 | 113 | 363 | 110 | 105 | 0 | 5 | 355 | 130 | 75 |
| Binary | 1000011 | 1001011 | 11110011 | 1001000 | 1000101 | 0 | 101 | 11101101 | 1011000 | 111101 |
Color Harmonies of #434BF3
Complementary color
Monochromatic Colors of #434BF3
Black with #434BF3
Text Example
Text Example
White with #434BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BF3; }
p { color: rgb(67,75,243); }
H1.HeaderClassName
{
color: #434BF3;
}
.AnyTagClassName
{
color: #434BF3;
}
</style>
background-color css
<style>
a { background-color: #434BF3; }
a { background-color: rgb(67,75,243); }
div.DivClassName
{
background-color: #434BF3;
}
.BgClassName
{
background-color: #434BF3;
}
</style>
border-color css
<style>
span { border-color: #434BF3; }
span { border-color: rgb(67,75,243); }
td.TdClassName
{
border-color: #434BF3;
}
.TagClassName
{
border-color: #434BF3;
}
</style>