Shades of Neon Blue #433BFC
Tints of Neon Blue #433BFC
RGB
CMYK
RGB Variations
Color information
#433BFC (or 0x433BFC) is known color: Neon Blue. HEX triplet: 43, 3B and FC. RGB value is (67,59,252). Sum of RGB (Red+Green+Blue) = 67+59+252=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #433BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #433BFC is #BCC403. Grayscale: #525252. Windows color (decimal): -12370948 or 16530243. OLE color: 16530243.
HSL color Cylindrical-coordinate representation of color #433BFC: hue angle of 242.49º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #433BFC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 59 | 252 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.01 |
| HSL | 242.49º | 0.97% | 0.61% | - |
| HSV(B) | 242.49º | 0.77% | 0.99% | - |
| XYZ | 21.45 | 11.35 | 93.16 | - |
| YUV | 83.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 252 | 0.73 | 0.77 | 0 | 0.01 | 242.49 | 0.97 | 0.61 |
| Hex | 43 | 3B | FC | 49 | 4D | 0 | 1 | F2 | 61 | 3D |
| Octal | 103 | 73 | 374 | 111 | 115 | 0 | 1 | 362 | 141 | 75 |
| Binary | 1000011 | 111011 | 11111100 | 1001001 | 1001101 | 0 | 1 | 11110010 | 1100001 | 111101 |
Color Harmonies of #433BFC
Complementary color
Monochromatic Colors of #433BFC
Black with #433BFC
Text Example
Text Example
White with #433BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BFC; }
p { color: rgb(67,59,252); }
H1.HeaderClassName
{
color: #433BFC;
}
.AnyTagClassName
{
color: #433BFC;
}
</style>
background-color css
<style>
a { background-color: #433BFC; }
a { background-color: rgb(67,59,252); }
div.DivClassName
{
background-color: #433BFC;
}
.BgClassName
{
background-color: #433BFC;
}
</style>
border-color css
<style>
span { border-color: #433BFC; }
span { border-color: rgb(67,59,252); }
td.TdClassName
{
border-color: #433BFC;
}
.TagClassName
{
border-color: #433BFC;
}
</style>