#414CEE

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

Shades of Neon Blue #414CEE

Tints of Neon Blue #414CEE

Color information

#414CEE (or 0x414CEE) is unknown color: approx Neon Blue. HEX triplet: 41, 4C and EE. RGB value is (65,76,238). Sum of RGB (Red+Green+Blue) = 65+76+238=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #414CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CEE is #BEB311. Grayscale: #5A5A5A. Windows color (decimal): -12497682 or 15617089. OLE color: 15617089.

HSL color Cylindrical-coordinate representation of color #414CEE: hue angle of 236.18º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414CEE is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6576238-
CMYK0.730.6800.07
HSL236.18º83.57%59.41%-
HSV(B)236.18º72.69%93.33%-
XYZ20.212.4782.23-
YUV91.18210.86109.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 238 (93.36% from 255) = 62.80%
R=17.15%
G=20.05%
B=62.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65762380.730.6800.07236.1883.5759.41
Hex414CEE494407ec543b
Octal1011143561111040735412473
Binary1000001100110011101110100100110001000111111011001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414CEE; }

 p { color: rgb(65,76,238); }

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

<style>
 a { background-color: #414CEE; }

 a { background-color: rgb(65,76,238); }

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

<style>
 span { border-color: #414CEE; }

 span { border-color: rgb(65,76,238); }

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