Html Css Color HEX #413DDF Neon Blue

📋 copy color: '#413DDF'

red 65 ◦ green 61 ◦ blue 223

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

Shades of Neon Blue #413DDF

Tints of Neon Blue #413DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 18.62%
G = 17.48%
B = 63.9%

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

#413DDF (or 0x413DDF) is known color: Neon Blue. HEX triplet: 41, 3D and DF. RGB value is (65,61,223). Sum of RGB (Red+Green+Blue) = 65+61+223=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #413DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DDF is #BEC220. Grayscale: #505050. Windows color (decimal): -12501537 or 14630209. OLE color: 14630209.

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

Color convert

RGB 65 61 223 -
CMYK 0.71 0.73 0 0.13
HSL 241.48º 0.72% 0.56% -
HSV(B) 241.48º 0.73% 0.87% -
XYZ 17.17 9.79 70.8 -
YUV 80.66 208.33 116.83 -
System Red Green Blue C M Y K H S L
Decimal 65 61 223 0.71 0.73 0 0.13 241.48 0.72 0.56
Hex 41 3D DF 47 49 0 D F1 48 38
Octal 101 75 337 107 111 0 15 361 110 70
Binary 1000001 111101 11011111 1000111 1001001 0 1101 11110001 1001000 111000

Color Harmonies of #413DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DDF

Black with #413DDF

Text Example


Text Example

White with #413DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,223); }

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

background-color css

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

 a { background-color: rgb(65,61,223); }

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

border-color css

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

 span { border-color: rgb(65,61,223); }

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