#4537F1

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

Shades of Neon Blue #4537F1

Tints of Neon Blue #4537F1

Color information

#4537F1 (or 0x4537F1) is unknown color: approx Neon Blue. HEX triplet: 45, 37 and F1. RGB value is (69,55,241). Sum of RGB (Red+Green+Blue) = 69+55+241=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #4537F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4537F1 is #BAC80E. Grayscale: #4F4F4F. Windows color (decimal): -12240911 or 15808325. OLE color: 15808325.

HSL color Cylindrical-coordinate representation of color #4537F1: hue angle of 244.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4537F1 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6955241-
CMYK0.710.7700.05
HSL244.52º86.92%58.04%-
HSV(B)244.52º77.18%94.51%-
XYZ19.710.3584.18-
YUV80.39218.64119.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 241 (94.53% from 255) = 66.03%
R=18.90%
G=15.07%
B=66.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69552410.710.7700.05244.5286.9258.04
Hex4537F1474D05f5573a
Octal105673611071150536512772
Binary100010111011111110001100011110011010101111101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4537F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4537F1; }

 p { color: rgb(69,55,241); }

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

<style>
 a { background-color: #4537F1; }

 a { background-color: rgb(69,55,241); }

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

<style>
 span { border-color: #4537F1; }

 span { border-color: rgb(69,55,241); }

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