Html Css Color HEX #4E5AFA Neon Blue

📋 copy color: '#4E5AFA'

red 78 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #4E5AFA

Tints of Neon Blue #4E5AFA

RGB

 RED value IS 78 (30.86% from 255) = 18.66%

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 18.66%
G = 21.53%
B = 59.81%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E5AFA (or 0x4E5AFA) is known color: Neon Blue. HEX triplet: 4E, 5A and FA. RGB value is (78,90,250). Sum of RGB (Red+Green+Blue) = 78+90+250=418 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.66% from 418); Green value is 90 (35.55% from 255 or 21.53% 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 #4E5AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5AFA is #B1A505. Grayscale: #686868. Windows color (decimal): -11642118 or 16407118. OLE color: 16407118.

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

Color convert

RGB 78 90 250 -
CMYK 0.69 0.64 0 0.02
HSL 235.81º 0.95% 0.64% -
HSV(B) 235.81º 0.69% 0.98% -
XYZ 24.05 15.83 92.23 -
YUV 104.65 210.02 108.99 -
System Red Green Blue C M Y K H S L
Decimal 78 90 250 0.69 0.64 0 0.02 235.81 0.95 0.64
Hex 4E 5A FA 45 40 0 2 EC 5F 40
Octal 116 132 372 105 100 0 2 354 137 100
Binary 1001110 1011010 11111010 1000101 1000000 0 10 11101100 1011111 1000000

Color Harmonies of #4E5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AFA

Black with #4E5AFA

Text Example


Text Example

White with #4E5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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