Shades of Neon Blue #434BFA
Tints of Neon Blue #434BFA
RGB
CMYK
RGB Variations
Color information
#434BFA (or 0x434BFA) is known color: Neon Blue. HEX triplet: 43, 4B and FA. RGB value is (67,75,250). Sum of RGB (Red+Green+Blue) = 67+75+250=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #434BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BFA is #BCB405. Grayscale: #5B5B5B. Windows color (decimal): -12366854 or 16403267. OLE color: 16403267.
HSL color Cylindrical-coordinate representation of color #434BFA: hue angle of 237.38º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434BFA is Cyan = 0.73, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 75 | 250 | - |
| CMYK | 0.73 | 0.7 | 0 | 0.02 |
| HSL | 237.38º | 0.95% | 0.62% | - |
| HSV(B) | 237.38º | 0.73% | 0.98% | - |
| XYZ | 22.09 | 13.13 | 91.81 | - |
| YUV | 92.56 | 216.85 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 250 | 0.73 | 0.7 | 0 | 0.02 | 237.38 | 0.95 | 0.62 |
| Hex | 43 | 4B | FA | 49 | 46 | 0 | 2 | ED | 5F | 3E |
| Octal | 103 | 113 | 372 | 111 | 106 | 0 | 2 | 355 | 137 | 76 |
| Binary | 1000011 | 1001011 | 11111010 | 1001001 | 1000110 | 0 | 10 | 11101101 | 1011111 | 111110 |
Color Harmonies of #434BFA
Complementary color
Monochromatic Colors of #434BFA
Black with #434BFA
Text Example
Text Example
White with #434BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BFA; }
p { color: rgb(67,75,250); }
H1.HeaderClassName
{
color: #434BFA;
}
.AnyTagClassName
{
color: #434BFA;
}
</style>
background-color css
<style>
a { background-color: #434BFA; }
a { background-color: rgb(67,75,250); }
div.DivClassName
{
background-color: #434BFA;
}
.BgClassName
{
background-color: #434BFA;
}
</style>
border-color css
<style>
span { border-color: #434BFA; }
span { border-color: rgb(67,75,250); }
td.TdClassName
{
border-color: #434BFA;
}
.TagClassName
{
border-color: #434BFA;
}
</style>