Html Css Color HEX #413BEB Neon Blue

📋 copy color: '#413BEB'

red 65 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #413BEB

Tints of Neon Blue #413BEB

RGB

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

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

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

R = 18.11%
G = 16.43%
B = 65.46%

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

#413BEB (or 0x413BEB) is known color: Neon Blue. HEX triplet: 41, 3B and EB. RGB value is (65,59,235). Sum of RGB (Red+Green+Blue) = 65+59+235=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #413BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BEB is #BEC414. Grayscale: #505050. Windows color (decimal): -12502037 or 15416129. OLE color: 15416129.

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

Color convert

RGB 65 59 235 -
CMYK 0.72 0.75 0 0.08
HSL 242.05º 0.81% 0.58% -
HSV(B) 242.05º 0.75% 0.92% -
XYZ 18.74 10.25 79.59 -
YUV 80.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 65 59 235 0.72 0.75 0 0.08 242.05 0.81 0.58
Hex 41 3B EB 48 4B 0 8 F2 51 3A
Octal 101 73 353 110 113 0 10 362 121 72
Binary 1000001 111011 11101011 1001000 1001011 0 1000 11110010 1010001 111010

Color Harmonies of #413BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BEB

Black with #413BEB

Text Example


Text Example

White with #413BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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