Html Css Color HEX #4A5EFA Neon Blue

📋 copy color: '#4A5EFA'

red 74 ◦ green 94 ◦ blue 250

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

Shades of Neon Blue #4A5EFA

Tints of Neon Blue #4A5EFA

RGB

 RED value IS 74 (29.3% from 255) = 17.7%

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 17.7%
G = 22.49%
B = 59.81%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A5EFA (or 0x4A5EFA) is known color: Neon Blue. HEX triplet: 4A, 5E and FA. RGB value is (74,94,250). Sum of RGB (Red+Green+Blue) = 74+94+250=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5EFA is #B5A105. Grayscale: #696969. Windows color (decimal): -11903238 or 16408138. OLE color: 16408138.

HSL color Cylindrical-coordinate representation of color #4A5EFA: hue angle of 233.18º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5EFA is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 94 250 -
CMYK 0.70 0.62 0 0.02
HSL 233.18º 0.95% 0.64% -
HSV(B) 233.18º 0.7% 0.98% -
XYZ 24.08 16.36 92.33 -
YUV 105.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 74 94 250 0.70 0.62 0 0.02 233.18 0.95 0.64
Hex 4A 5E FA 46 3E 0 2 E9 5F 40
Octal 112 136 372 106 76 0 2 351 137 100
Binary 1001010 1011110 11111010 1000110 111110 0 10 11101001 1011111 1000000

Color Harmonies of #4A5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5EFA

Black with #4A5EFA

Text Example


Text Example

White with #4A5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5EFA; }

 p { color: rgb(74,94,250); }

 H1.HeaderClassName
 {
   color: #4A5EFA;
 }
 .AnyTagClassName
 {
   color: #4A5EFA;
 }
</style>

background-color css

<style>
 a { background-color: #4A5EFA; }

 a { background-color: rgb(74,94,250); }

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

border-color css

<style>
 span { border-color: #4A5EFA; }

 span { border-color: rgb(74,94,250); }

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