Html Css Color HEX #413EEA Neon Blue

📋 copy color: '#413EEA'

red 65 ◦ green 62 ◦ blue 234

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

Shades of Neon Blue #413EEA

Tints of Neon Blue #413EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

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

R = 18.01%
G = 17.17%
B = 64.82%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#413EEA (or 0x413EEA) is known color: Neon Blue. HEX triplet: 41, 3E and EA. RGB value is (65,62,234). Sum of RGB (Red+Green+Blue) = 65+62+234=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #413EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EEA is #BEC115. Grayscale: #515151. Windows color (decimal): -12501270 or 15351361. OLE color: 15351361.

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

Color convert

RGB 65 62 234 -
CMYK 0.72 0.74 0 0.08
HSL 241.05º 0.8% 0.58% -
HSV(B) 241.05º 0.74% 0.92% -
XYZ 18.75 10.51 78.88 -
YUV 82.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 65 62 234 0.72 0.74 0 0.08 241.05 0.8 0.58
Hex 41 3E EA 48 4A 0 8 F1 50 3A
Octal 101 76 352 110 112 0 10 361 120 72
Binary 1000001 111110 11101010 1001000 1001010 0 1000 11110001 1010000 111010

Color Harmonies of #413EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EEA

Black with #413EEA

Text Example


Text Example

White with #413EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413EEA; }

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

 H1.HeaderClassName
 {
   color: #413EEA;
 }
 .AnyTagClassName
 {
   color: #413EEA;
 }
</style>

background-color css

<style>
 a { background-color: #413EEA; }

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

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

border-color css

<style>
 span { border-color: #413EEA; }

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

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