#4B49F1

Color #4B49F1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4B49F1

Tints of Neon Blue #4B49F1

Color information

#4B49F1 (or 0x4B49F1) is unknown color: approx Neon Blue. HEX triplet: 4B, 49 and F1. RGB value is (75,73,241). Sum of RGB (Red+Green+Blue) = 75+73+241=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B49F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B49F1 is #B4B60E. Grayscale: #5C5C5C. Windows color (decimal): -11843087 or 15812939. OLE color: 15812939.

HSL color Cylindrical-coordinate representation of color #4B49F1: hue angle of 240.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B49F1 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7573241-
CMYK0.690.7000.05
HSL240.71º85.71%61.57%-
HSV(B)240.71º69.71%94.51%-
XYZ21.1612.6184.54-
YUV92.75211.66115.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.28%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=19.28%
G=18.77%
B=61.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75732410.690.7000.05240.7185.7161.57
Hex4B49F1454605f1563e
Octal1131113611051060536112676
Binary1001011100100111110001100010110001100101111100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B49F1; }

 p { color: rgb(75,73,241); }

 H1.HeaderClassName
 {
   color: #4B49F1;
 }
 .AnyTagClassName
 {
   color: #4B49F1;
 }
</style>
background-color css

<style>
 a { background-color: #4B49F1; }

 a { background-color: rgb(75,73,241); }

 div.DivClassName
 {
   background-color: #4B49F1;
 }
 .BgClassName
 {
   background-color: #4B49F1;
 }
</style>
border-color css

<style>
 span { border-color: #4B49F1; }

 span { border-color: rgb(75,73,241); }

 td.TdClassName
 {
   border-color: #4B49F1;
 }
 .TagClassName
 {
   border-color: #4B49F1;
 }
</style>