Html Css Color HEX #4E68FC Neon Blue

📋 copy color: '#4E68FC'

red 78 ◦ green 104 ◦ blue 252

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

Shades of Neon Blue #4E68FC

Tints of Neon Blue #4E68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 17.97%
G = 23.96%
B = 58.06%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E68FC (or 0x4E68FC) is known color: Neon Blue. HEX triplet: 4E, 68 and FC. RGB value is (78,104,252). Sum of RGB (Red+Green+Blue) = 78+104+252=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E68FC is #B19703. Grayscale: #707070. Windows color (decimal): -11638532 or 16541774. OLE color: 16541774.

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

Color convert

RGB 78 104 252 -
CMYK 0.69 0.59 0 0.01
HSL 231.03º 0.97% 0.65% -
HSV(B) 231.03º 0.69% 0.99% -
XYZ 25.66 18.55 94.32 -
YUV 113.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 78 104 252 0.69 0.59 0 0.01 231.03 0.97 0.65
Hex 4E 68 FC 45 3B 0 1 E7 61 41
Octal 116 150 374 105 73 0 1 347 141 101
Binary 1001110 1101000 11111100 1000101 111011 0 1 11100111 1100001 1000001

Color Harmonies of #4E68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E68FC

Black with #4E68FC

Text Example


Text Example

White with #4E68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,252); }

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

background-color css

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

 a { background-color: rgb(78,104,252); }

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

border-color css

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

 span { border-color: rgb(78,104,252); }

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