Html Css Color HEX #414EEF Neon Blue

📋 copy color: '#414EEF'

red 65 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #414EEF

Tints of Neon Blue #414EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 239 (93.75% from 255) = 62.57%

R = 17.02%
G = 20.42%
B = 62.57%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#414EEF (or 0x414EEF) is known color: Neon Blue. HEX triplet: 41, 4E and EF. RGB value is (65,78,239). Sum of RGB (Red+Green+Blue) = 65+78+239=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #414EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414EEF is #BEB110. Grayscale: #5B5B5B. Windows color (decimal): -12497169 or 15683137. OLE color: 15683137.

HSL color Cylindrical-coordinate representation of color #414EEF: hue angle of 235.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414EEF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 78 239 -
CMYK 0.73 0.67 0 0.06
HSL 235.52º 0.84% 0.6% -
HSV(B) 235.52º 0.73% 0.94% -
XYZ 20.48 12.8 83.05 -
YUV 92.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 65 78 239 0.73 0.67 0 0.06 235.52 0.84 0.6
Hex 41 4E EF 49 43 0 6 EC 54 3C
Octal 101 116 357 111 103 0 6 354 124 74
Binary 1000001 1001110 11101111 1001001 1000011 0 110 11101100 1010100 111100

Color Harmonies of #414EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EEF

Black with #414EEF

Text Example


Text Example

White with #414EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,239); }

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

background-color css

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

 a { background-color: rgb(65,78,239); }

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

border-color css

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

 span { border-color: rgb(65,78,239); }

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