Html Css Color HEX #414DF2 Neon Blue

📋 copy color: '#414DF2'

red 65 ◦ green 77 ◦ blue 242

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

Shades of Neon Blue #414DF2

Tints of Neon Blue #414DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.02%

R = 16.93%
G = 20.05%
B = 63.02%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#414DF2 (or 0x414DF2) is known color: Neon Blue. HEX triplet: 41, 4D and F2. RGB value is (65,77,242). Sum of RGB (Red+Green+Blue) = 65+77+242=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #414DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414DF2 is #BEB20D. Grayscale: #5B5B5B. Windows color (decimal): -12497422 or 15879489. OLE color: 15879489.

HSL color Cylindrical-coordinate representation of color #414DF2: hue angle of 235.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414DF2 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 77 242 -
CMYK 0.73 0.68 0 0.05
HSL 235.93º 0.87% 0.6% -
HSV(B) 235.93º 0.73% 0.95% -
XYZ 20.86 12.84 85.38 -
YUV 92.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 65 77 242 0.73 0.68 0 0.05 235.93 0.87 0.6
Hex 41 4D F2 49 44 0 5 EC 57 3C
Octal 101 115 362 111 104 0 5 354 127 74
Binary 1000001 1001101 11110010 1001001 1000100 0 101 11101100 1010111 111100

Color Harmonies of #414DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DF2

Black with #414DF2

Text Example


Text Example

White with #414DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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