Shades of Neon Blue #433CDF
Tints of Neon Blue #433CDF
RGB
CMYK
RGB Variations
Color information
#433CDF (or 0x433CDF) is known color: Neon Blue. HEX triplet: 43, 3C and DF. RGB value is (67,60,223). Sum of RGB (Red+Green+Blue) = 67+60+223=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #433CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433CDF is #BCC320. Grayscale: #505050. Windows color (decimal): -12370721 or 14629955. OLE color: 14629955.
HSL color Cylindrical-coordinate representation of color #433CDF: hue angle of 242.58º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #433CDF is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 60 | 223 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.13 |
| HSL | 242.58º | 0.72% | 0.55% | - |
| HSV(B) | 242.58º | 0.73% | 0.87% | - |
| XYZ | 17.25 | 9.75 | 70.79 | - |
| YUV | 80.68 | 208.32 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 223 | 0.70 | 0.73 | 0 | 0.13 | 242.58 | 0.72 | 0.55 |
| Hex | 43 | 3C | DF | 46 | 49 | 0 | D | F3 | 48 | 37 |
| Octal | 103 | 74 | 337 | 106 | 111 | 0 | 15 | 363 | 110 | 67 |
| Binary | 1000011 | 111100 | 11011111 | 1000110 | 1001001 | 0 | 1101 | 11110011 | 1001000 | 110111 |
Color Harmonies of #433CDF
Complementary color
Monochromatic Colors of #433CDF
Black with #433CDF
Text Example
Text Example
White with #433CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CDF; }
p { color: rgb(67,60,223); }
H1.HeaderClassName
{
color: #433CDF;
}
.AnyTagClassName
{
color: #433CDF;
}
</style>
background-color css
<style>
a { background-color: #433CDF; }
a { background-color: rgb(67,60,223); }
div.DivClassName
{
background-color: #433CDF;
}
.BgClassName
{
background-color: #433CDF;
}
</style>
border-color css
<style>
span { border-color: #433CDF; }
span { border-color: rgb(67,60,223); }
td.TdClassName
{
border-color: #433CDF;
}
.TagClassName
{
border-color: #433CDF;
}
</style>