#4B52F1

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

Shades of Neon Blue #4B52F1

Tints of Neon Blue #4B52F1

Color information

#4B52F1 (or 0x4B52F1) is unknown color: approx Neon Blue. HEX triplet: 4B, 52 and F1. RGB value is (75,82,241). Sum of RGB (Red+Green+Blue) = 75+82+241=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B52F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B52F1 is #B4AD0E. Grayscale: #616161. Windows color (decimal): -11840783 or 15815243. OLE color: 15815243.

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

Color convert

RGB7582241-
CMYK0.690.6600.05
HSL237.47º85.57%61.96%-
HSV(B)237.47º68.88%94.51%-
XYZ21.813.8884.75-
YUV98.03208.68111.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=18.84%
G=20.60%
B=60.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75822410.690.6600.05237.4785.5761.96
Hex4B52F1454205ed563e
Octal1131223611051020535512676
Binary1001011101001011110001100010110000100101111011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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