Html Css Color HEX #414DF9 Neon Blue

📋 copy color: '#414DF9'

red 65 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #414DF9

Tints of Neon Blue #414DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

 BLUE value IS 249 (97.66% from 255) = 63.68%

R = 16.62%
G = 19.69%
B = 63.68%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#414DF9 (or 0x414DF9) is known color: Neon Blue. HEX triplet: 41, 4D and F9. RGB value is (65,77,249). Sum of RGB (Red+Green+Blue) = 65+77+249=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #414DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414DF9 is #BEB206. Grayscale: #5C5C5C. Windows color (decimal): -12497415 or 16338241. OLE color: 16338241.

HSL color Cylindrical-coordinate representation of color #414DF9: hue angle of 236.09º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414DF9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 77 249 -
CMYK 0.74 0.69 0 0.02
HSL 236.09º 0.94% 0.62% -
HSV(B) 236.09º 0.74% 0.98% -
XYZ 21.93 13.27 91.03 -
YUV 93.02 216.02 108.01 -
System Red Green Blue C M Y K H S L
Decimal 65 77 249 0.74 0.69 0 0.02 236.09 0.94 0.62
Hex 41 4D F9 4A 45 0 2 EC 5E 3E
Octal 101 115 371 112 105 0 2 354 136 76
Binary 1000001 1001101 11111001 1001010 1000101 0 10 11101100 1011110 111110

Color Harmonies of #414DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DF9

Black with #414DF9

Text Example


Text Example

White with #414DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,77,249); }

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

background-color css

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

 a { background-color: rgb(65,77,249); }

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

border-color css

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

 span { border-color: rgb(65,77,249); }

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