Shades of Neon Blue #433AF2
Tints of Neon Blue #433AF2
RGB
CMYK
RGB Variations
Color information
#433AF2 (or 0x433AF2) is known color: Neon Blue. HEX triplet: 43, 3A and F2. RGB value is (67,58,242). Sum of RGB (Red+Green+Blue) = 67+58+242=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #433AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #433AF2 is #BCC50D. Grayscale: #505050. Windows color (decimal): -12371214 or 15874627. OLE color: 15874627.
HSL color Cylindrical-coordinate representation of color #433AF2: hue angle of 242.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #433AF2 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 58 | 242 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.05 |
| HSL | 242.93º | 0.88% | 0.59% | - |
| HSV(B) | 242.93º | 0.76% | 0.95% | - |
| XYZ | 19.85 | 10.63 | 85.01 | - |
| YUV | 81.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 242 | 0.72 | 0.76 | 0 | 0.05 | 242.93 | 0.88 | 0.59 |
| Hex | 43 | 3A | F2 | 48 | 4C | 0 | 5 | F3 | 58 | 3B |
| Octal | 103 | 72 | 362 | 110 | 114 | 0 | 5 | 363 | 130 | 73 |
| Binary | 1000011 | 111010 | 11110010 | 1001000 | 1001100 | 0 | 101 | 11110011 | 1011000 | 111011 |
Color Harmonies of #433AF2
Complementary color
Monochromatic Colors of #433AF2
Black with #433AF2
Text Example
Text Example
White with #433AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433AF2; }
p { color: rgb(67,58,242); }
H1.HeaderClassName
{
color: #433AF2;
}
.AnyTagClassName
{
color: #433AF2;
}
</style>
background-color css
<style>
a { background-color: #433AF2; }
a { background-color: rgb(67,58,242); }
div.DivClassName
{
background-color: #433AF2;
}
.BgClassName
{
background-color: #433AF2;
}
</style>
border-color css
<style>
span { border-color: #433AF2; }
span { border-color: rgb(67,58,242); }
td.TdClassName
{
border-color: #433AF2;
}
.TagClassName
{
border-color: #433AF2;
}
</style>