Shades of Neon Blue #4434FD
Tints of Neon Blue #4434FD
RGB
CMYK
RGB Variations
Color information
#4434FD (or 0x4434FD) is known color: Neon Blue. HEX triplet: 44, 34 and FD. RGB value is (68,52,253). Sum of RGB (Red+Green+Blue) = 68+52+253=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #4434FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4434FD is #BBCB02. Grayscale: #4E4E4E. Windows color (decimal): -12307203 or 16593988. OLE color: 16593988.
HSL color Cylindrical-coordinate representation of color #4434FD: hue angle of 244.78º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4434FD is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 52 | 253 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.01 |
| HSL | 244.78º | 0.98% | 0.6% | - |
| HSV(B) | 244.78º | 0.79% | 0.99% | - |
| XYZ | 21.34 | 10.78 | 93.88 | - |
| YUV | 79.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 253 | 0.73 | 0.79 | 0 | 0.01 | 244.78 | 0.98 | 0.6 |
| Hex | 44 | 34 | FD | 49 | 4F | 0 | 1 | F5 | 62 | 3C |
| Octal | 104 | 64 | 375 | 111 | 117 | 0 | 1 | 365 | 142 | 74 |
| Binary | 1000100 | 110100 | 11111101 | 1001001 | 1001111 | 0 | 1 | 11110101 | 1100010 | 111100 |
Color Harmonies of #4434FD
Complementary color
Monochromatic Colors of #4434FD
Black with #4434FD
Text Example
Text Example
White with #4434FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434FD; }
p { color: rgb(68,52,253); }
H1.HeaderClassName
{
color: #4434FD;
}
.AnyTagClassName
{
color: #4434FD;
}
</style>
background-color css
<style>
a { background-color: #4434FD; }
a { background-color: rgb(68,52,253); }
div.DivClassName
{
background-color: #4434FD;
}
.BgClassName
{
background-color: #4434FD;
}
</style>
border-color css
<style>
span { border-color: #4434FD; }
span { border-color: rgb(68,52,253); }
td.TdClassName
{
border-color: #4434FD;
}
.TagClassName
{
border-color: #4434FD;
}
</style>