Shades of Neon Blue #433CF1
Tints of Neon Blue #433CF1
RGB
CMYK
RGB Variations
Color information
#433CF1 (or 0x433CF1) is known color: Neon Blue. HEX triplet: 43, 3C and F1. RGB value is (67,60,241). Sum of RGB (Red+Green+Blue) = 67+60+241=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #433CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #433CF1 is #BCC30E. Grayscale: #525252. Windows color (decimal): -12370703 or 15809603. OLE color: 15809603.
HSL color Cylindrical-coordinate representation of color #433CF1: hue angle of 242.32º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #433CF1 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 60 | 241 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.05 |
| HSL | 242.32º | 0.87% | 0.59% | - |
| HSV(B) | 242.32º | 0.75% | 0.95% | - |
| XYZ | 19.81 | 10.78 | 84.26 | - |
| YUV | 82.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 241 | 0.72 | 0.75 | 0 | 0.05 | 242.32 | 0.87 | 0.59 |
| Hex | 43 | 3C | F1 | 48 | 4B | 0 | 5 | F2 | 57 | 3B |
| Octal | 103 | 74 | 361 | 110 | 113 | 0 | 5 | 362 | 127 | 73 |
| Binary | 1000011 | 111100 | 11110001 | 1001000 | 1001011 | 0 | 101 | 11110010 | 1010111 | 111011 |
Color Harmonies of #433CF1
Complementary color
Monochromatic Colors of #433CF1
Black with #433CF1
Text Example
Text Example
White with #433CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CF1; }
p { color: rgb(67,60,241); }
H1.HeaderClassName
{
color: #433CF1;
}
.AnyTagClassName
{
color: #433CF1;
}
</style>
background-color css
<style>
a { background-color: #433CF1; }
a { background-color: rgb(67,60,241); }
div.DivClassName
{
background-color: #433CF1;
}
.BgClassName
{
background-color: #433CF1;
}
</style>
border-color css
<style>
span { border-color: #433CF1; }
span { border-color: rgb(67,60,241); }
td.TdClassName
{
border-color: #433CF1;
}
.TagClassName
{
border-color: #433CF1;
}
</style>