Html Css Color HEX #413CDF Neon Blue

📋 copy color: '#413CDF'

red 65 ◦ green 60 ◦ blue 223

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

Shades of Neon Blue #413CDF

Tints of Neon Blue #413CDF

RGB

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

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

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

R = 18.68%
G = 17.24%
B = 64.08%

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

#413CDF (or 0x413CDF) is known color: Neon Blue. HEX triplet: 41, 3C and DF. RGB value is (65,60,223). Sum of RGB (Red+Green+Blue) = 65+60+223=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #413CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDF is #BEC320. Grayscale: #4F4F4F. Windows color (decimal): -12501793 or 14629953. OLE color: 14629953.

HSL color Cylindrical-coordinate representation of color #413CDF: hue angle of 241.84º degrees, saturation: 0.72, 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 #413CDF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 60 223 -
CMYK 0.71 0.73 0 0.13
HSL 241.84º 0.72% 0.55% -
HSV(B) 241.84º 0.73% 0.87% -
XYZ 17.12 9.68 70.78 -
YUV 80.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 65 60 223 0.71 0.73 0 0.13 241.84 0.72 0.55
Hex 41 3C DF 47 49 0 D F2 48 37
Octal 101 74 337 107 111 0 15 362 110 67
Binary 1000001 111100 11011111 1000111 1001001 0 1101 11110010 1001000 110111

Color Harmonies of #413CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CDF

Black with #413CDF

Text Example


Text Example

White with #413CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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