Html Css Color HEX #4E59FA Neon Blue

📋 copy color: '#4E59FA'

red 78 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #4E59FA

Tints of Neon Blue #4E59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

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

R = 18.71%
G = 21.34%
B = 59.95%

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

#4E59FA (or 0x4E59FA) is known color: Neon Blue. HEX triplet: 4E, 59 and FA. RGB value is (78,89,250). Sum of RGB (Red+Green+Blue) = 78+89+250=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E59FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E59FA is #B1A605. Grayscale: #676767. Windows color (decimal): -11642374 or 16406862. OLE color: 16406862.

HSL color Cylindrical-coordinate representation of color #4E59FA: hue angle of 236.16º 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 #4E59FA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 89 250 -
CMYK 0.69 0.64 0 0.02
HSL 236.16º 0.95% 0.64% -
HSV(B) 236.16º 0.69% 0.98% -
XYZ 23.97 15.67 92.2 -
YUV 104.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 78 89 250 0.69 0.64 0 0.02 236.16 0.95 0.64
Hex 4E 59 FA 45 40 0 2 EC 5F 40
Octal 116 131 372 105 100 0 2 354 137 100
Binary 1001110 1011001 11111010 1000101 1000000 0 10 11101100 1011111 1000000

Color Harmonies of #4E59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E59FA

Black with #4E59FA

Text Example


Text Example

White with #4E59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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