Html Css Color HEX #414AF6 Neon Blue

📋 copy color: '#414AF6'

red 65 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #414AF6

Tints of Neon Blue #414AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 16.88%
G = 19.22%
B = 63.9%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#414AF6 (or 0x414AF6) is known color: Neon Blue. HEX triplet: 41, 4A and F6. RGB value is (65,74,246). Sum of RGB (Red+Green+Blue) = 65+74+246=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 246 (96.48% from 255 or 63.90% from 385); Max value from RGB is 246 - color contains mainly: blue. Hex color #414AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414AF6 is #BEB509. Grayscale: #5A5A5A. Windows color (decimal): -12498186 or 16140865. OLE color: 16140865.

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

Color convert

RGB 65 74 246 -
CMYK 0.74 0.70 0 0.04
HSL 237.02º 0.91% 0.61% -
HSV(B) 237.02º 0.74% 0.96% -
XYZ 21.26 12.68 88.51 -
YUV 90.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 65 74 246 0.74 0.70 0 0.04 237.02 0.91 0.61
Hex 41 4A F6 4A 46 0 4 ED 5B 3D
Octal 101 112 366 112 106 0 4 355 133 75
Binary 1000001 1001010 11110110 1001010 1000110 0 100 11101101 1011011 111101

Color Harmonies of #414AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AF6

Black with #414AF6

Text Example


Text Example

White with #414AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414AF6; }

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

 H1.HeaderClassName
 {
   color: #414AF6;
 }
 .AnyTagClassName
 {
   color: #414AF6;
 }
</style>

background-color css

<style>
 a { background-color: #414AF6; }

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

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

border-color css

<style>
 span { border-color: #414AF6; }

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

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