Html Css Color HEX #4E5FFC Neon Blue

📋 copy color: '#4E5FFC'

red 78 ◦ green 95 ◦ blue 252

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

Shades of Neon Blue #4E5FFC

Tints of Neon Blue #4E5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 18.35%
G = 22.35%
B = 59.29%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E5FFC (or 0x4E5FFC) is known color: Neon Blue. HEX triplet: 4E, 5F and FC. RGB value is (78,95,252). Sum of RGB (Red+Green+Blue) = 78+95+252=425 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.35% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5FFC is #B1A003. Grayscale: #6B6B6B. Windows color (decimal): -11640836 or 16539470. OLE color: 16539470.

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

Color convert

RGB 78 95 252 -
CMYK 0.69 0.62 0 0.01
HSL 234.14º 0.97% 0.65% -
HSV(B) 234.14º 0.69% 0.99% -
XYZ 24.8 16.83 94.04 -
YUV 107.82 209.37 106.73 -
System Red Green Blue C M Y K H S L
Decimal 78 95 252 0.69 0.62 0 0.01 234.14 0.97 0.65
Hex 4E 5F FC 45 3E 0 1 EA 61 41
Octal 116 137 374 105 76 0 1 352 141 101
Binary 1001110 1011111 11111100 1000101 111110 0 1 11101010 1100001 1000001

Color Harmonies of #4E5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5FFC

Black with #4E5FFC

Text Example


Text Example

White with #4E5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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