Shades of Neon Blue #434BFE
Tints of Neon Blue #434BFE
RGB
CMYK
RGB Variations
Color information
#434BFE (or 0x434BFE) is known color: Neon Blue. HEX triplet: 43, 4B and FE. RGB value is (67,75,254). Sum of RGB (Red+Green+Blue) = 67+75+254=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #434BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BFE is #BCB401. Grayscale: #5C5C5C. Windows color (decimal): -12366850 or 16665411. OLE color: 16665411.
HSL color Cylindrical-coordinate representation of color #434BFE: hue angle of 237.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434BFE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 75 | 254 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.00 |
| HSL | 237.43º | 0.99% | 0.63% | - |
| HSV(B) | 237.43º | 0.74% | 1% | - |
| XYZ | 22.72 | 13.38 | 95.15 | - |
| YUV | 93.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 254 | 0.74 | 0.70 | 0 | 0.00 | 237.43 | 0.99 | 0.63 |
| Hex | 43 | 4B | FE | 4A | 46 | 0 | 0 | ED | 63 | 3F |
| Octal | 103 | 113 | 376 | 112 | 106 | 0 | 0 | 355 | 143 | 77 |
| Binary | 1000011 | 1001011 | 11111110 | 1001010 | 1000110 | 0 | 0 | 11101101 | 1100011 | 111111 |
Color Harmonies of #434BFE
Complementary color
Monochromatic Colors of #434BFE
Black with #434BFE
Text Example
Text Example
White with #434BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BFE; }
p { color: rgb(67,75,254); }
H1.HeaderClassName
{
color: #434BFE;
}
.AnyTagClassName
{
color: #434BFE;
}
</style>
background-color css
<style>
a { background-color: #434BFE; }
a { background-color: rgb(67,75,254); }
div.DivClassName
{
background-color: #434BFE;
}
.BgClassName
{
background-color: #434BFE;
}
</style>
border-color css
<style>
span { border-color: #434BFE; }
span { border-color: rgb(67,75,254); }
td.TdClassName
{
border-color: #434BFE;
}
.TagClassName
{
border-color: #434BFE;
}
</style>