Html Css Color HEX #414CEA Neon Blue

📋 copy color: '#414CEA'

red 65 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #414CEA

Tints of Neon Blue #414CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 17.33%
G = 20.27%
B = 62.4%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#414CEA (or 0x414CEA) is known color: Neon Blue. HEX triplet: 41, 4C and EA. RGB value is (65,76,234). Sum of RGB (Red+Green+Blue) = 65+76+234=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #414CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CEA is #BEB315. Grayscale: #5A5A5A. Windows color (decimal): -12497686 or 15354945. OLE color: 15354945.

HSL color Cylindrical-coordinate representation of color #414CEA: hue angle of 236.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414CEA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 76 234 -
CMYK 0.72 0.68 0 0.08
HSL 236.09º 0.8% 0.59% -
HSV(B) 236.09º 0.72% 0.92% -
XYZ 19.62 12.23 79.17 -
YUV 90.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 65 76 234 0.72 0.68 0 0.08 236.09 0.8 0.59
Hex 41 4C EA 48 44 0 8 EC 50 3B
Octal 101 114 352 110 104 0 10 354 120 73
Binary 1000001 1001100 11101010 1001000 1000100 0 1000 11101100 1010000 111011

Color Harmonies of #414CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CEA

Black with #414CEA

Text Example


Text Example

White with #414CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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