Html Css Color HEX #413BEA Neon Blue

📋 copy color: '#413BEA'

red 65 ◦ green 59 ◦ blue 234

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

Shades of Neon Blue #413BEA

Tints of Neon Blue #413BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 18.16%
G = 16.48%
B = 65.36%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#413BEA (or 0x413BEA) is known color: Neon Blue. HEX triplet: 41, 3B and EA. RGB value is (65,59,234). Sum of RGB (Red+Green+Blue) = 65+59+234=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #413BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BEA is #BEC415. Grayscale: #505050. Windows color (decimal): -12502038 or 15350593. OLE color: 15350593.

HSL color Cylindrical-coordinate representation of color #413BEA: hue angle of 242.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413BEA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 59 234 -
CMYK 0.72 0.75 0 0.08
HSL 242.06º 0.81% 0.57% -
HSV(B) 242.06º 0.75% 0.92% -
XYZ 18.6 10.19 78.83 -
YUV 80.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 65 59 234 0.72 0.75 0 0.08 242.06 0.81 0.57
Hex 41 3B EA 48 4B 0 8 F2 51 39
Octal 101 73 352 110 113 0 10 362 121 71
Binary 1000001 111011 11101010 1001000 1001011 0 1000 11110010 1010001 111001

Color Harmonies of #413BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BEA

Black with #413BEA

Text Example


Text Example

White with #413BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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