Html Css Color HEX #4E4CFD Neon Blue

📋 copy color: '#4E4CFD'

red 78 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #4E4CFD

Tints of Neon Blue #4E4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

 BLUE value IS 253 (99.22% from 255) = 62.16%

R = 19.16%
G = 18.67%
B = 62.16%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E4CFD (or 0x4E4CFD) is known color: Neon Blue. HEX triplet: 4E, 4C and FD. RGB value is (78,76,253). Sum of RGB (Red+Green+Blue) = 78+76+253=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4CFD is #B1B302. Grayscale: #606060. Windows color (decimal): -11645699 or 16600142. OLE color: 16600142.

HSL color Cylindrical-coordinate representation of color #4E4CFD: hue angle of 240.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E4CFD is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 76 253 -
CMYK 0.69 0.70 0 0.01
HSL 240.68º 0.98% 0.65% -
HSV(B) 240.68º 0.7% 0.99% -
XYZ 23.46 13.88 94.37 -
YUV 96.78 216.16 114.61 -
System Red Green Blue C M Y K H S L
Decimal 78 76 253 0.69 0.70 0 0.01 240.68 0.98 0.65
Hex 4E 4C FD 45 46 0 1 F1 62 41
Octal 116 114 375 105 106 0 1 361 142 101
Binary 1001110 1001100 11111101 1000101 1000110 0 1 11110001 1100010 1000001

Color Harmonies of #4E4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4CFD

Black with #4E4CFD

Text Example


Text Example

White with #4E4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,253); }

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

background-color css

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

 a { background-color: rgb(78,76,253); }

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

border-color css

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

 span { border-color: rgb(78,76,253); }

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