Html Css Color HEX #413CF6 Neon Blue

📋 copy color: '#413CF6'

red 65 ◦ green 60 ◦ blue 246

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

Shades of Neon Blue #413CF6

Tints of Neon Blue #413CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

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

R = 17.52%
G = 16.17%
B = 66.31%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#413CF6 (or 0x413CF6) is known color: Neon Blue. HEX triplet: 41, 3C and F6. RGB value is (65,60,246). Sum of RGB (Red+Green+Blue) = 65+60+246=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #413CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CF6 is #BEC309. Grayscale: #515151. Windows color (decimal): -12501770 or 16137281. OLE color: 16137281.

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

Color convert

RGB 65 60 246 -
CMYK 0.74 0.76 0 0.04
HSL 241.61º 0.91% 0.6% -
HSV(B) 241.61º 0.76% 0.96% -
XYZ 20.43 11.01 88.24 -
YUV 82.7 220.16 115.38 -
System Red Green Blue C M Y K H S L
Decimal 65 60 246 0.74 0.76 0 0.04 241.61 0.91 0.6
Hex 41 3C F6 4A 4C 0 4 F2 5B 3C
Octal 101 74 366 112 114 0 4 362 133 74
Binary 1000001 111100 11110110 1001010 1001100 0 100 11110010 1011011 111100

Color Harmonies of #413CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CF6

Black with #413CF6

Text Example


Text Example

White with #413CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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