Html Css Color HEX #413AEB Neon Blue

📋 copy color: '#413AEB'

red 65 ◦ green 58 ◦ blue 235

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

Shades of Neon Blue #413AEB

Tints of Neon Blue #413AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 18.16%
G = 16.2%
B = 65.64%

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

#413AEB (or 0x413AEB) is known color: Neon Blue. HEX triplet: 41, 3A and EB. RGB value is (65,58,235). Sum of RGB (Red+Green+Blue) = 65+58+235=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #413AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AEB is #BEC514. Grayscale: #4F4F4F. Windows color (decimal): -12502293 or 15415873. OLE color: 15415873.

HSL color Cylindrical-coordinate representation of color #413AEB: hue angle of 242.37º degrees, saturation: 0.82, 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 #413AEB is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 58 235 -
CMYK 0.72 0.75 0 0.08
HSL 242.37º 0.82% 0.57% -
HSV(B) 242.37º 0.75% 0.92% -
XYZ 18.69 10.15 79.57 -
YUV 80.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 65 58 235 0.72 0.75 0 0.08 242.37 0.82 0.57
Hex 41 3A EB 48 4B 0 8 F2 52 39
Octal 101 72 353 110 113 0 10 362 122 71
Binary 1000001 111010 11101011 1001000 1001011 0 1000 11110010 1010010 111001

Color Harmonies of #413AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AEB

Black with #413AEB

Text Example


Text Example

White with #413AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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