#4139F1

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

Shades of Neon Blue #4139F1

Tints of Neon Blue #4139F1

Color information

#4139F1 (or 0x4139F1) is unknown color: approx Neon Blue. HEX triplet: 41, 39 and F1. RGB value is (65,57,241). Sum of RGB (Red+Green+Blue) = 65+57+241=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #4139F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4139F1 is #BEC60E. Grayscale: #4F4F4F. Windows color (decimal): -12502543 or 15808833. OLE color: 15808833.

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

Color convert

RGB6557241-
CMYK0.730.7600.05
HSL242.61º86.79%58.43%-
HSV(B)242.61º76.35%94.51%-
XYZ19.5210.484.2-
YUV80.37218.65117.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 241 (94.53% from 255) = 66.39%
R=17.91%
G=15.70%
B=66.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65572410.730.7600.05242.6186.7958.43
Hex4139F1494C05f3573a
Octal101713611111140536312772
Binary100000111100111110001100100110011000101111100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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