Shades of Neon Blue #4B42FA
Tints of Neon Blue #4B42FA
RGB
CMYK
RGB Variations
Color information
#4B42FA (or 0x4B42FA) is known color: Neon Blue. HEX triplet: 4B, 42 and FA. RGB value is (75,66,250). Sum of RGB (Red+Green+Blue) = 75+66+250=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B42FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B42FA is #B4BD05. Grayscale: #585858. Windows color (decimal): -11844870 or 16400971. OLE color: 16400971.
HSL color Cylindrical-coordinate representation of color #4B42FA: hue angle of 242.93º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B42FA is Cyan = 0.7, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 66 | 250 | - |
| CMYK | 0.7 | 0.74 | 0 | 0.02 |
| HSL | 242.93º | 0.95% | 0.62% | - |
| HSV(B) | 242.93º | 0.74% | 0.98% | - |
| XYZ | 22.11 | 12.29 | 91.65 | - |
| YUV | 89.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 250 | 0.7 | 0.74 | 0 | 0.02 | 242.93 | 0.95 | 0.62 |
| Hex | 4B | 42 | FA | 46 | 4A | 0 | 2 | F3 | 5F | 3E |
| Octal | 113 | 102 | 372 | 106 | 112 | 0 | 2 | 363 | 137 | 76 |
| Binary | 1001011 | 1000010 | 11111010 | 1000110 | 1001010 | 0 | 10 | 11110011 | 1011111 | 111110 |
Color Harmonies of #4B42FA
Complementary color
Monochromatic Colors of #4B42FA
Black with #4B42FA
Text Example
Text Example
White with #4B42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B42FA; }
p { color: rgb(75,66,250); }
H1.HeaderClassName
{
color: #4B42FA;
}
.AnyTagClassName
{
color: #4B42FA;
}
</style>
background-color css
<style>
a { background-color: #4B42FA; }
a { background-color: rgb(75,66,250); }
div.DivClassName
{
background-color: #4B42FA;
}
.BgClassName
{
background-color: #4B42FA;
}
</style>
border-color css
<style>
span { border-color: #4B42FA; }
span { border-color: rgb(75,66,250); }
td.TdClassName
{
border-color: #4B42FA;
}
.TagClassName
{
border-color: #4B42FA;
}
</style>