Html Css Color HEX #414FED Neon Blue

📋 copy color: '#414FED'

red 65 ◦ green 79 ◦ blue 237

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

Shades of Neon Blue #414FED

Tints of Neon Blue #414FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 17.06%
G = 20.73%
B = 62.2%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#414FED (or 0x414FED) is known color: Neon Blue. HEX triplet: 41, 4F and ED. RGB value is (65,79,237). Sum of RGB (Red+Green+Blue) = 65+79+237=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #414FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414FED is #BEB012. Grayscale: #5C5C5C. Windows color (decimal): -12496915 or 15552321. OLE color: 15552321.

HSL color Cylindrical-coordinate representation of color #414FED: hue angle of 235.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414FED is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 79 237 -
CMYK 0.73 0.67 0 0.07
HSL 235.12º 0.83% 0.59% -
HSV(B) 235.12º 0.73% 0.93% -
XYZ 20.26 12.83 81.53 -
YUV 92.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 65 79 237 0.73 0.67 0 0.07 235.12 0.83 0.59
Hex 41 4F ED 49 43 0 7 EB 53 3B
Octal 101 117 355 111 103 0 7 353 123 73
Binary 1000001 1001111 11101101 1001001 1000011 0 111 11101011 1010011 111011

Color Harmonies of #414FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FED

Black with #414FED

Text Example


Text Example

White with #414FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,237); }

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

background-color css

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

 a { background-color: rgb(65,79,237); }

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

border-color css

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

 span { border-color: rgb(65,79,237); }

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