Html Css Color HEX #413AED Neon Blue

📋 copy color: '#413AED'

red 65 ◦ green 58 ◦ blue 237

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

Shades of Neon Blue #413AED

Tints of Neon Blue #413AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 18.06%
G = 16.11%
B = 65.83%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#413AED (or 0x413AED) is known color: Neon Blue. HEX triplet: 41, 3A and ED. RGB value is (65,58,237). Sum of RGB (Red+Green+Blue) = 65+58+237=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #413AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AED is #BEC512. Grayscale: #4F4F4F. Windows color (decimal): -12502291 or 15546945. OLE color: 15546945.

HSL color Cylindrical-coordinate representation of color #413AED: hue angle of 242.35º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413AED is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 58 237 -
CMYK 0.73 0.76 0 0.07
HSL 242.35º 0.83% 0.58% -
HSV(B) 242.35º 0.76% 0.93% -
XYZ 18.98 10.26 81.1 -
YUV 80.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 65 58 237 0.73 0.76 0 0.07 242.35 0.83 0.58
Hex 41 3A ED 49 4C 0 7 F2 53 3A
Octal 101 72 355 111 114 0 7 362 123 72
Binary 1000001 111010 11101101 1001001 1001100 0 111 11110010 1010011 111010

Color Harmonies of #413AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AED

Black with #413AED

Text Example


Text Example

White with #413AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,237); }

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

background-color css

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

 a { background-color: rgb(65,58,237); }

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

border-color css

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

 span { border-color: rgb(65,58,237); }

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