Html Css Color HEX #414AF7 Neon Blue

📋 copy color: '#414AF7'

red 65 ◦ green 74 ◦ blue 247

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

Shades of Neon Blue #414AF7

Tints of Neon Blue #414AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.99%

R = 16.84%
G = 19.17%
B = 63.99%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#414AF7 (or 0x414AF7) is known color: Neon Blue. HEX triplet: 41, 4A and F7. RGB value is (65,74,247). Sum of RGB (Red+Green+Blue) = 65+74+247=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #414AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414AF7 is #BEB508. Grayscale: #5A5A5A. Windows color (decimal): -12498185 or 16206401. OLE color: 16206401.

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

Color convert

RGB 65 74 247 -
CMYK 0.74 0.70 0 0.03
HSL 237.03º 0.92% 0.61% -
HSV(B) 237.03º 0.74% 0.97% -
XYZ 21.42 12.74 89.33 -
YUV 91.03 216.02 109.43 -
System Red Green Blue C M Y K H S L
Decimal 65 74 247 0.74 0.70 0 0.03 237.03 0.92 0.61
Hex 41 4A F7 4A 46 0 3 ED 5C 3D
Octal 101 112 367 112 106 0 3 355 134 75
Binary 1000001 1001010 11110111 1001010 1000110 0 11 11101101 1011100 111101

Color Harmonies of #414AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AF7

Black with #414AF7

Text Example


Text Example

White with #414AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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