Html Css Color HEX #413CDE Neon Blue

📋 copy color: '#413CDE'

red 65 ◦ green 60 ◦ blue 222

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

Shades of Neon Blue #413CDE

Tints of Neon Blue #413CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 18.73%
G = 17.29%
B = 63.98%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#413CDE (or 0x413CDE) is known color: Neon Blue. HEX triplet: 41, 3C and DE. RGB value is (65,60,222). Sum of RGB (Red+Green+Blue) = 65+60+222=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #413CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDE is #BEC321. Grayscale: #4F4F4F. Windows color (decimal): -12501794 or 14564417. OLE color: 14564417.

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

Color convert

RGB 65 60 222 -
CMYK 0.71 0.73 0 0.13
HSL 241.85º 0.71% 0.55% -
HSV(B) 241.85º 0.73% 0.87% -
XYZ 16.98 9.63 70.07 -
YUV 79.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 65 60 222 0.71 0.73 0 0.13 241.85 0.71 0.55
Hex 41 3C DE 47 49 0 D F2 47 37
Octal 101 74 336 107 111 0 15 362 107 67
Binary 1000001 111100 11011110 1000111 1001001 0 1101 11110010 1000111 110111

Color Harmonies of #413CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CDE

Black with #413CDE

Text Example


Text Example

White with #413CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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