#4B41F1

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

Shades of Neon Blue #4B41F1

Tints of Neon Blue #4B41F1

Color information

#4B41F1 (or 0x4B41F1) is unknown color: approx Neon Blue. HEX triplet: 4B, 41 and F1. RGB value is (75,65,241). Sum of RGB (Red+Green+Blue) = 75+65+241=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B41F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B41F1 is #B4BE0E. Grayscale: #575757. Windows color (decimal): -11845135 or 15810891. OLE color: 15810891.

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

Color convert

RGB7565241-
CMYK0.690.7300.05
HSL243.41º86.27%60%-
HSV(B)243.41º73.03%94.51%-
XYZ20.6711.6384.37-
YUV88.05214.31118.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 241 (94.53% from 255) = 63.25%
R=19.69%
G=17.06%
B=63.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75652410.690.7300.05243.4186.2760
Hex4B41F1454905f3563c
Octal1131013611051110536312674
Binary1001011100000111110001100010110010010101111100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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