Html Css Color HEX #404EFA Neon Blue

📋 copy color: '#404EFA'

red 64 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #404EFA

Tints of Neon Blue #404EFA

RGB

 RED value IS 64 (25.39% from 255) = 16.33%

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 16.33%
G = 19.9%
B = 63.78%

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

#404EFA (or 0x404EFA) is known color: Neon Blue. HEX triplet: 40, 4E and FA. RGB value is (64,78,250). Sum of RGB (Red+Green+Blue) = 64+78+250=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #404EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EFA is #BFB105. Grayscale: #5C5C5C. Windows color (decimal): -12562694 or 16404032. OLE color: 16404032.

HSL color Cylindrical-coordinate representation of color #404EFA: hue angle of 235.48º degrees, saturation: 0.95, 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 #404EFA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 78 250 -
CMYK 0.74 0.69 0 0.02
HSL 235.48º 0.95% 0.62% -
HSV(B) 235.48º 0.74% 0.98% -
XYZ 22.09 13.44 91.87 -
YUV 93.42 216.36 107.01 -
System Red Green Blue C M Y K H S L
Decimal 64 78 250 0.74 0.69 0 0.02 235.48 0.95 0.62
Hex 40 4E FA 4A 45 0 2 EB 5F 3E
Octal 100 116 372 112 105 0 2 353 137 76
Binary 1000000 1001110 11111010 1001010 1000101 0 10 11101011 1011111 111110

Color Harmonies of #404EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EFA

Black with #404EFA

Text Example


Text Example

White with #404EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404EFA; }

 p { color: rgb(64,78,250); }

 H1.HeaderClassName
 {
   color: #404EFA;
 }
 .AnyTagClassName
 {
   color: #404EFA;
 }
</style>

background-color css

<style>
 a { background-color: #404EFA; }

 a { background-color: rgb(64,78,250); }

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

border-color css

<style>
 span { border-color: #404EFA; }

 span { border-color: rgb(64,78,250); }

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