Html Css Color HEX #414EEC Neon Blue

📋 copy color: '#414EEC'

red 65 ◦ green 78 ◦ blue 236

#414EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #414EEC

Tints of Neon Blue #414EEC

RGB

 RED value IS 65 (25.78% from 255) = 17.15%

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 17.15%
G = 20.58%
B = 62.27%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#414EEC (or 0x414EEC) is known color: Neon Blue. HEX triplet: 41, 4E and EC. RGB value is (65,78,236). Sum of RGB (Red+Green+Blue) = 65+78+236=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #414EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414EEC is #BEB113. Grayscale: #5B5B5B. Windows color (decimal): -12497172 or 15486529. OLE color: 15486529.

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

Color convert

RGB 65 78 236 -
CMYK 0.72 0.67 0 0.07
HSL 235.44º 0.82% 0.59% -
HSV(B) 235.44º 0.72% 0.93% -
XYZ 20.04 12.63 80.74 -
YUV 92.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 65 78 236 0.72 0.67 0 0.07 235.44 0.82 0.59
Hex 41 4E EC 48 43 0 7 EB 52 3B
Octal 101 116 354 110 103 0 7 353 122 73
Binary 1000001 1001110 11101100 1001000 1000011 0 111 11101011 1010010 111011

Color Harmonies of #414EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EEC

Black with #414EEC

Text Example


Text Example

White with #414EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,236); }

 H1.HeaderClassName
 {
   color: #414EEC;
 }
 .AnyTagClassName
 {
   color: #414EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(65,78,236); }

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

border-color css

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

 span { border-color: rgb(65,78,236); }

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