Shades of Neon Blue #4334FA
Tints of Neon Blue #4334FA
RGB
CMYK
RGB Variations
Color information
#4334FA (or 0x4334FA) is known color: Neon Blue. HEX triplet: 43, 34 and FA. RGB value is (67,52,250). Sum of RGB (Red+Green+Blue) = 67+52+250=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #4334FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4334FA is #BCCB05. Grayscale: #4E4E4E. Windows color (decimal): -12372742 or 16397379. OLE color: 16397379.
HSL color Cylindrical-coordinate representation of color #4334FA: hue angle of 244.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4334FA is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 52 | 250 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.02 |
| HSL | 244.55º | 0.95% | 0.59% | - |
| HSV(B) | 244.55º | 0.79% | 0.98% | - |
| XYZ | 20.8 | 10.55 | 91.38 | - |
| YUV | 79.06 | 224.47 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 250 | 0.73 | 0.79 | 0 | 0.02 | 244.55 | 0.95 | 0.59 |
| Hex | 43 | 34 | FA | 49 | 4F | 0 | 2 | F5 | 5F | 3B |
| Octal | 103 | 64 | 372 | 111 | 117 | 0 | 2 | 365 | 137 | 73 |
| Binary | 1000011 | 110100 | 11111010 | 1001001 | 1001111 | 0 | 10 | 11110101 | 1011111 | 111011 |
Color Harmonies of #4334FA
Complementary color
Monochromatic Colors of #4334FA
Black with #4334FA
Text Example
Text Example
White with #4334FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334FA; }
p { color: rgb(67,52,250); }
H1.HeaderClassName
{
color: #4334FA;
}
.AnyTagClassName
{
color: #4334FA;
}
</style>
background-color css
<style>
a { background-color: #4334FA; }
a { background-color: rgb(67,52,250); }
div.DivClassName
{
background-color: #4334FA;
}
.BgClassName
{
background-color: #4334FA;
}
</style>
border-color css
<style>
span { border-color: #4334FA; }
span { border-color: rgb(67,52,250); }
td.TdClassName
{
border-color: #4334FA;
}
.TagClassName
{
border-color: #4334FA;
}
</style>