Html Css Color HEX #414EE6 Neon Blue

📋 copy color: '#414EE6'

red 65 ◦ green 78 ◦ blue 230

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

Shades of Neon Blue #414EE6

Tints of Neon Blue #414EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.66%

R = 17.43%
G = 20.91%
B = 61.66%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#414EE6 (or 0x414EE6) is known color: Neon Blue. HEX triplet: 41, 4E and E6. RGB value is (65,78,230). Sum of RGB (Red+Green+Blue) = 65+78+230=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #414EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414EE6 is #BEB119. Grayscale: #5A5A5A. Windows color (decimal): -12497178 or 15093313. OLE color: 15093313.

HSL color Cylindrical-coordinate representation of color #414EE6: hue angle of 235.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414EE6 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 78 230 -
CMYK 0.72 0.66 0 0.10
HSL 235.27º 0.77% 0.58% -
HSV(B) 235.27º 0.72% 0.9% -
XYZ 19.19 12.29 76.22 -
YUV 91.44 206.19 109.14 -
System Red Green Blue C M Y K H S L
Decimal 65 78 230 0.72 0.66 0 0.10 235.27 0.77 0.58
Hex 41 4E E6 48 42 0 A EB 4D 3A
Octal 101 116 346 110 102 0 12 353 115 72
Binary 1000001 1001110 11100110 1001000 1000010 0 1010 11101011 1001101 111010

Color Harmonies of #414EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EE6

Black with #414EE6

Text Example


Text Example

White with #414EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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