Html Css Color HEX #413EFA Neon Blue

📋 copy color: '#413EFA'

red 65 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #413EFA

Tints of Neon Blue #413EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 17.24%
G = 16.45%
B = 66.31%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#413EFA (or 0x413EFA) is known color: Neon Blue. HEX triplet: 41, 3E and FA. RGB value is (65,62,250). Sum of RGB (Red+Green+Blue) = 65+62+250=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #413EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EFA is #BEC105. Grayscale: #535353. Windows color (decimal): -12501254 or 16399937. OLE color: 16399937.

HSL color Cylindrical-coordinate representation of color #413EFA: hue angle of 240.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413EFA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 62 250 -
CMYK 0.74 0.75 0 0.02
HSL 240.96º 0.95% 0.61% -
HSV(B) 240.96º 0.75% 0.98% -
XYZ 21.16 11.47 91.54 -
YUV 84.33 221.49 114.21 -
System Red Green Blue C M Y K H S L
Decimal 65 62 250 0.74 0.75 0 0.02 240.96 0.95 0.61
Hex 41 3E FA 4A 4B 0 2 F1 5F 3D
Octal 101 76 372 112 113 0 2 361 137 75
Binary 1000001 111110 11111010 1001010 1001011 0 10 11110001 1011111 111101

Color Harmonies of #413EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EFA

Black with #413EFA

Text Example


Text Example

White with #413EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,250); }

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

background-color css

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

 a { background-color: rgb(65,62,250); }

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

border-color css

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

 span { border-color: rgb(65,62,250); }

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