Html Css Color HEX #413DF6 Neon Blue

📋 copy color: '#413DF6'

red 65 ◦ green 61 ◦ blue 246

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

Shades of Neon Blue #413DF6

Tints of Neon Blue #413DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.4%

 BLUE value IS 246 (96.48% from 255) = 66.13%

R = 17.47%
G = 16.4%
B = 66.13%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#413DF6 (or 0x413DF6) is known color: Neon Blue. HEX triplet: 41, 3D and F6. RGB value is (65,61,246). Sum of RGB (Red+Green+Blue) = 65+61+246=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #413DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DF6 is #BEC209. Grayscale: #525252. Windows color (decimal): -12501514 or 16137537. OLE color: 16137537.

HSL color Cylindrical-coordinate representation of color #413DF6: hue angle of 241.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413DF6 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 61 246 -
CMYK 0.74 0.75 0 0.04
HSL 241.3º 0.91% 0.6% -
HSV(B) 241.3º 0.75% 0.96% -
XYZ 20.48 11.12 88.25 -
YUV 83.29 219.83 114.96 -
System Red Green Blue C M Y K H S L
Decimal 65 61 246 0.74 0.75 0 0.04 241.3 0.91 0.6
Hex 41 3D F6 4A 4B 0 4 F1 5B 3C
Octal 101 75 366 112 113 0 4 361 133 74
Binary 1000001 111101 11110110 1001010 1001011 0 100 11110001 1011011 111100

Color Harmonies of #413DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DF6

Black with #413DF6

Text Example


Text Example

White with #413DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,246); }

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

background-color css

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

 a { background-color: rgb(65,61,246); }

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

border-color css

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

 span { border-color: rgb(65,61,246); }

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