Html Css Color HEX #413BDE Neon Blue

📋 copy color: '#413BDE'

red 65 ◦ green 59 ◦ blue 222

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

Shades of Neon Blue #413BDE

Tints of Neon Blue #413BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

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

R = 18.79%
G = 17.05%
B = 64.16%

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

#413BDE (or 0x413BDE) is known color: Neon Blue. HEX triplet: 41, 3B and DE. RGB value is (65,59,222). Sum of RGB (Red+Green+Blue) = 65+59+222=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #413BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BDE is #BEC421. Grayscale: #4E4E4E. Windows color (decimal): -12502050 or 14564161. OLE color: 14564161.

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

Color convert

RGB 65 59 222 -
CMYK 0.71 0.73 0 0.13
HSL 242.21º 0.71% 0.55% -
HSV(B) 242.21º 0.73% 0.87% -
XYZ 16.93 9.53 70.05 -
YUV 79.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 65 59 222 0.71 0.73 0 0.13 242.21 0.71 0.55
Hex 41 3B DE 47 49 0 D F2 47 37
Octal 101 73 336 107 111 0 15 362 107 67
Binary 1000001 111011 11011110 1000111 1001001 0 1101 11110010 1000111 110111

Color Harmonies of #413BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BDE

Black with #413BDE

Text Example


Text Example

White with #413BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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