Shades of Neon Blue #434FFB
Tints of Neon Blue #434FFB
RGB
CMYK
RGB Variations
Color information
#434FFB (or 0x434FFB) is known color: Neon Blue. HEX triplet: 43, 4F and FB. RGB value is (67,79,251). Sum of RGB (Red+Green+Blue) = 67+79+251=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #434FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434FFB is #BCB004. Grayscale: #5E5E5E. Windows color (decimal): -12365829 or 16469827. OLE color: 16469827.
HSL color Cylindrical-coordinate representation of color #434FFB: hue angle of 236.09º degrees, saturation: 0.96, 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 #434FFB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 79 | 251 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.02 |
| HSL | 236.09º | 0.96% | 0.62% | - |
| HSV(B) | 236.09º | 0.73% | 0.98% | - |
| XYZ | 22.52 | 13.75 | 92.73 | - |
| YUV | 95.02 | 216.02 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 251 | 0.73 | 0.69 | 0 | 0.02 | 236.09 | 0.96 | 0.62 |
| Hex | 43 | 4F | FB | 49 | 45 | 0 | 2 | EC | 60 | 3E |
| Octal | 103 | 117 | 373 | 111 | 105 | 0 | 2 | 354 | 140 | 76 |
| Binary | 1000011 | 1001111 | 11111011 | 1001001 | 1000101 | 0 | 10 | 11101100 | 1100000 | 111110 |
Color Harmonies of #434FFB
Complementary color
Monochromatic Colors of #434FFB
Black with #434FFB
Text Example
Text Example
White with #434FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FFB; }
p { color: rgb(67,79,251); }
H1.HeaderClassName
{
color: #434FFB;
}
.AnyTagClassName
{
color: #434FFB;
}
</style>
background-color css
<style>
a { background-color: #434FFB; }
a { background-color: rgb(67,79,251); }
div.DivClassName
{
background-color: #434FFB;
}
.BgClassName
{
background-color: #434FFB;
}
</style>
border-color css
<style>
span { border-color: #434FFB; }
span { border-color: rgb(67,79,251); }
td.TdClassName
{
border-color: #434FFB;
}
.TagClassName
{
border-color: #434FFB;
}
</style>