#4138E0

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

Shades of Neon Blue #4138E0

Tints of Neon Blue #4138E0

Color information

#4138E0 (or 0x4138E0) is unknown color: approx Neon Blue. HEX triplet: 41, 38 and E0. RGB value is (65,56,224). Sum of RGB (Red+Green+Blue) = 65+56+224=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #4138E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4138E0 is #BEC71F. Grayscale: #4D4D4D. Windows color (decimal): -12502816 or 14694465. OLE color: 14694465.

HSL color Cylindrical-coordinate representation of color #4138E0: hue angle of 243.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4138E0 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6556224-
CMYK0.710.7500.12
HSL243.21º73.04%54.9%-
HSV(B)243.21º75%87.84%-
XYZ17.059.3371.42-
YUV77.84210.48118.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 224 (87.89% from 255) = 64.93%
R=18.84%
G=16.23%
B=64.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal65562240.710.7500.12243.2173.0454.9
Hex4138E0474B0Cf34937
Octal1017034010711301436311167
Binary1000001111000111000001000111100101101100111100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4138E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4138E0; }

 p { color: rgb(65,56,224); }

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

<style>
 a { background-color: #4138E0; }

 a { background-color: rgb(65,56,224); }

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

<style>
 span { border-color: #4138E0; }

 span { border-color: rgb(65,56,224); }

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