Html Css Color HEX #413BE4 Neon Blue

📋 copy color: '#413BE4'

red 65 ◦ green 59 ◦ blue 228

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

Shades of Neon Blue #413BE4

Tints of Neon Blue #413BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 64.77%

R = 18.47%
G = 16.76%
B = 64.77%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#413BE4 (or 0x413BE4) is known color: Neon Blue. HEX triplet: 41, 3B and E4. RGB value is (65,59,228). Sum of RGB (Red+Green+Blue) = 65+59+228=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 228 (89.45% from 255 or 64.77% from 352); Max value from RGB is 228 - color contains mainly: blue. Hex color #413BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BE4 is #BEC41B. Grayscale: #4F4F4F. Windows color (decimal): -12502044 or 14957377. OLE color: 14957377.

HSL color Cylindrical-coordinate representation of color #413BE4: hue angle of 242.13º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413BE4 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 59 228 -
CMYK 0.71 0.74 0 0.11
HSL 242.13º 0.76% 0.56% -
HSV(B) 242.13º 0.74% 0.89% -
XYZ 17.75 9.85 74.37 -
YUV 80.06 211.49 117.26 -
System Red Green Blue C M Y K H S L
Decimal 65 59 228 0.71 0.74 0 0.11 242.13 0.76 0.56
Hex 41 3B E4 47 4A 0 B F2 4C 38
Octal 101 73 344 107 112 0 13 362 114 70
Binary 1000001 111011 11100100 1000111 1001010 0 1011 11110010 1001100 111000

Color Harmonies of #413BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BE4

Black with #413BE4

Text Example


Text Example

White with #413BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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