Shades of Neon Blue #4B42FF
Tints of Neon Blue #4B42FF
RGB
CMYK
RGB Variations
Color information
#4B42FF (or 0x4B42FF) is known color: Neon Blue. HEX triplet: 4B, 42 and FF. RGB value is (75,66,255). Sum of RGB (Red+Green+Blue) = 75+66+255=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B42FF is #B4BD00. Grayscale: #595959. Windows color (decimal): -11844865 or 16728651. OLE color: 16728651.
HSL color Cylindrical-coordinate representation of color #4B42FF: hue angle of 242.86º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B42FF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 66 | 255 | - |
| CMYK | 0.71 | 0.74 | 0 | 0 |
| HSL | 242.86º | 1% | 0.63% | - |
| HSV(B) | 242.86º | 0.74% | 1% | - |
| XYZ | 22.9 | 12.61 | 95.84 | - |
| YUV | 90.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 255 | 0.71 | 0.74 | 0 | 0 | 242.86 | 1 | 0.63 |
| Hex | 4B | 42 | FF | 47 | 4A | 0 | 0 | F3 | 64 | 3F |
| Octal | 113 | 102 | 377 | 107 | 112 | 0 | 0 | 363 | 144 | 77 |
| Binary | 1001011 | 1000010 | 11111111 | 1000111 | 1001010 | 0 | 0 | 11110011 | 1100100 | 111111 |
Color Harmonies of #4B42FF
Complementary color
Monochromatic Colors of #4B42FF
Black with #4B42FF
Text Example
Text Example
White with #4B42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B42FF; }
p { color: rgb(75,66,255); }
H1.HeaderClassName
{
color: #4B42FF;
}
.AnyTagClassName
{
color: #4B42FF;
}
</style>
background-color css
<style>
a { background-color: #4B42FF; }
a { background-color: rgb(75,66,255); }
div.DivClassName
{
background-color: #4B42FF;
}
.BgClassName
{
background-color: #4B42FF;
}
</style>
border-color css
<style>
span { border-color: #4B42FF; }
span { border-color: rgb(75,66,255); }
td.TdClassName
{
border-color: #4B42FF;
}
.TagClassName
{
border-color: #4B42FF;
}
</style>