Html Css Color HEX #413CE0 Neon Blue

📋 copy color: '#413CE0'

red 65 ◦ green 60 ◦ blue 224

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

Shades of Neon Blue #413CE0

Tints of Neon Blue #413CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 224 (87.89% from 255) = 64.18%

R = 18.62%
G = 17.19%
B = 64.18%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#413CE0 (or 0x413CE0) is known color: Neon Blue. HEX triplet: 41, 3C and E0. RGB value is (65,60,224). Sum of RGB (Red+Green+Blue) = 65+60+224=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #413CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CE0 is #BEC31F. Grayscale: #4F4F4F. Windows color (decimal): -12501792 or 14695489. OLE color: 14695489.

HSL color Cylindrical-coordinate representation of color #413CE0: hue angle of 241.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413CE0 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 60 224 -
CMYK 0.71 0.73 0 0.12
HSL 241.83º 0.73% 0.56% -
HSV(B) 241.83º 0.73% 0.88% -
XYZ 17.25 9.74 71.49 -
YUV 80.19 209.16 117.16 -
System Red Green Blue C M Y K H S L
Decimal 65 60 224 0.71 0.73 0 0.12 241.83 0.73 0.56
Hex 41 3C E0 47 49 0 C F2 49 38
Octal 101 74 340 107 111 0 14 362 111 70
Binary 1000001 111100 11100000 1000111 1001001 0 1100 11110010 1001001 111000

Color Harmonies of #413CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CE0

Black with #413CE0

Text Example


Text Example

White with #413CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,224); }

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

background-color css

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

 a { background-color: rgb(65,60,224); }

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

border-color css

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

 span { border-color: rgb(65,60,224); }

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