Shades of Neon Blue #433AFF
Tints of Neon Blue #433AFF
RGB
CMYK
RGB Variations
Color information
#433AFF (or 0x433AFF) is known color: Neon Blue. HEX triplet: 43, 3A and FF. RGB value is (67,58,255). Sum of RGB (Red+Green+Blue) = 67+58+255=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #433AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #433AFF is #BCC500. Grayscale: #525252. Windows color (decimal): -12371201 or 16726595. OLE color: 16726595.
HSL color Cylindrical-coordinate representation of color #433AFF: hue angle of 242.74º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #433AFF is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 58 | 255 | - |
| CMYK | 0.74 | 0.77 | 0 | 0 |
| HSL | 242.74º | 1% | 0.61% | - |
| HSV(B) | 242.74º | 0.77% | 1% | - |
| XYZ | 21.88 | 11.44 | 95.66 | - |
| YUV | 83.15 | 224.98 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 255 | 0.74 | 0.77 | 0 | 0 | 242.74 | 1 | 0.61 |
| Hex | 43 | 3A | FF | 4A | 4D | 0 | 0 | F3 | 64 | 3D |
| Octal | 103 | 72 | 377 | 112 | 115 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000011 | 111010 | 11111111 | 1001010 | 1001101 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #433AFF
Complementary color
Monochromatic Colors of #433AFF
Black with #433AFF
Text Example
Text Example
White with #433AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433AFF; }
p { color: rgb(67,58,255); }
H1.HeaderClassName
{
color: #433AFF;
}
.AnyTagClassName
{
color: #433AFF;
}
</style>
background-color css
<style>
a { background-color: #433AFF; }
a { background-color: rgb(67,58,255); }
div.DivClassName
{
background-color: #433AFF;
}
.BgClassName
{
background-color: #433AFF;
}
</style>
border-color css
<style>
span { border-color: #433AFF; }
span { border-color: rgb(67,58,255); }
td.TdClassName
{
border-color: #433AFF;
}
.TagClassName
{
border-color: #433AFF;
}
</style>