Shades of Neon Blue #4132F2
Tints of Neon Blue #4132F2
RGB
CMYK
RGB Variations
Color information
#4132F2 (or 0x4132F2) is known color: Neon Blue. HEX triplet: 41, 32 and F2. RGB value is (65,50,242). Sum of RGB (Red+Green+Blue) = 65+50+242=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #4132F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4132F2 is #BECD0D. Grayscale: #4B4B4B. Windows color (decimal): -12504334 or 15872577. OLE color: 15872577.
HSL color Cylindrical-coordinate representation of color #4132F2: hue angle of 244.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4132F2 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 50 | 242 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.05 |
| HSL | 244.69º | 0.88% | 0.57% | - |
| HSV(B) | 244.69º | 0.79% | 0.95% | - |
| XYZ | 19.35 | 9.82 | 84.88 | - |
| YUV | 76.37 | 221.47 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 242 | 0.73 | 0.79 | 0 | 0.05 | 244.69 | 0.88 | 0.57 |
| Hex | 41 | 32 | F2 | 49 | 4F | 0 | 5 | F5 | 58 | 39 |
| Octal | 101 | 62 | 362 | 111 | 117 | 0 | 5 | 365 | 130 | 71 |
| Binary | 1000001 | 110010 | 11110010 | 1001001 | 1001111 | 0 | 101 | 11110101 | 1011000 | 111001 |
Color Harmonies of #4132F2
Complementary color
Monochromatic Colors of #4132F2
Black with #4132F2
Text Example
Text Example
White with #4132F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4132F2; }
p { color: rgb(65,50,242); }
H1.HeaderClassName
{
color: #4132F2;
}
.AnyTagClassName
{
color: #4132F2;
}
</style>
background-color css
<style>
a { background-color: #4132F2; }
a { background-color: rgb(65,50,242); }
div.DivClassName
{
background-color: #4132F2;
}
.BgClassName
{
background-color: #4132F2;
}
</style>
border-color css
<style>
span { border-color: #4132F2; }
span { border-color: rgb(65,50,242); }
td.TdClassName
{
border-color: #4132F2;
}
.TagClassName
{
border-color: #4132F2;
}
</style>