Shades of Neon Blue #434DFC
Tints of Neon Blue #434DFC
RGB
CMYK
RGB Variations
Color information
#434DFC (or 0x434DFC) is known color: Neon Blue. HEX triplet: 43, 4D and FC. RGB value is (67,77,252). Sum of RGB (Red+Green+Blue) = 67+77+252=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #434DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DFC is #BCB203. Grayscale: #5D5D5D. Windows color (decimal): -12366340 or 16534851. OLE color: 16534851.
HSL color Cylindrical-coordinate representation of color #434DFC: hue angle of 236.76º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434DFC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 77 | 252 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.01 |
| HSL | 236.76º | 0.97% | 0.63% | - |
| HSV(B) | 236.76º | 0.73% | 0.99% | - |
| XYZ | 22.54 | 13.53 | 93.52 | - |
| YUV | 93.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 252 | 0.73 | 0.69 | 0 | 0.01 | 236.76 | 0.97 | 0.63 |
| Hex | 43 | 4D | FC | 49 | 45 | 0 | 1 | ED | 61 | 3F |
| Octal | 103 | 115 | 374 | 111 | 105 | 0 | 1 | 355 | 141 | 77 |
| Binary | 1000011 | 1001101 | 11111100 | 1001001 | 1000101 | 0 | 1 | 11101101 | 1100001 | 111111 |
Color Harmonies of #434DFC
Complementary color
Monochromatic Colors of #434DFC
Black with #434DFC
Text Example
Text Example
White with #434DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DFC; }
p { color: rgb(67,77,252); }
H1.HeaderClassName
{
color: #434DFC;
}
.AnyTagClassName
{
color: #434DFC;
}
</style>
background-color css
<style>
a { background-color: #434DFC; }
a { background-color: rgb(67,77,252); }
div.DivClassName
{
background-color: #434DFC;
}
.BgClassName
{
background-color: #434DFC;
}
</style>
border-color css
<style>
span { border-color: #434DFC; }
span { border-color: rgb(67,77,252); }
td.TdClassName
{
border-color: #434DFC;
}
.TagClassName
{
border-color: #434DFC;
}
</style>