Html Css Color HEX #4E40FD Neon Blue

📋 copy color: '#4E40FD'

red 78 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #4E40FD

Tints of Neon Blue #4E40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 19.75%
G = 16.2%
B = 64.05%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E40FD (or 0x4E40FD) is known color: Neon Blue. HEX triplet: 4E, 40 and FD. RGB value is (78,64,253). Sum of RGB (Red+Green+Blue) = 78+64+253=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E40FD is #B1BF02. Grayscale: #585858. Windows color (decimal): -11648771 or 16597070. OLE color: 16597070.

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

Color convert

RGB 78 64 253 -
CMYK 0.69 0.75 0 0.01
HSL 244.44º 0.98% 0.62% -
HSV(B) 244.44º 0.75% 0.99% -
XYZ 22.7 12.38 94.12 -
YUV 89.73 220.14 119.63 -
System Red Green Blue C M Y K H S L
Decimal 78 64 253 0.69 0.75 0 0.01 244.44 0.98 0.62
Hex 4E 40 FD 45 4B 0 1 F4 62 3E
Octal 116 100 375 105 113 0 1 364 142 76
Binary 1001110 1000000 11111101 1000101 1001011 0 1 11110100 1100010 111110

Color Harmonies of #4E40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E40FD

Black with #4E40FD

Text Example


Text Example

White with #4E40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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