#4147F1

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

Shades of Neon Blue #4147F1

Tints of Neon Blue #4147F1

Color information

#4147F1 (or 0x4147F1) is unknown color: approx Neon Blue. HEX triplet: 41, 47 and F1. RGB value is (65,71,241). Sum of RGB (Red+Green+Blue) = 65+71+241=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #4147F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4147F1 is #BEB80E. Grayscale: #575757. Windows color (decimal): -12498959 or 15812417. OLE color: 15812417.

HSL color Cylindrical-coordinate representation of color #4147F1: hue angle of 237.95º 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 #4147F1 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6571241-
CMYK0.730.7100.05
HSL237.95º86.27%60%-
HSV(B)237.95º73.03%94.51%-
XYZ20.3111.9884.46-
YUV88.59214.01111.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 241 (94.53% from 255) = 63.93%
R=17.24%
G=18.83%
B=63.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65712410.730.7100.05237.9586.2760
Hex4147F1494705ee563c
Octal1011073611111070535612674
Binary1000001100011111110001100100110001110101111011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4147F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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