Html Css Color HEX #4E5FFA Neon Blue

📋 copy color: '#4E5FFA'

red 78 ◦ green 95 ◦ blue 250

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

Shades of Neon Blue #4E5FFA

Tints of Neon Blue #4E5FFA

RGB

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

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

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

R = 18.44%
G = 22.46%
B = 59.1%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E5FFA (or 0x4E5FFA) is known color: Neon Blue. HEX triplet: 4E, 5F and FA. RGB value is (78,95,250). Sum of RGB (Red+Green+Blue) = 78+95+250=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5FFA is #B1A005. Grayscale: #6A6A6A. Windows color (decimal): -11640838 or 16408398. OLE color: 16408398.

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

Color convert

RGB 78 95 250 -
CMYK 0.69 0.62 0 0.02
HSL 234.07º 0.95% 0.64% -
HSV(B) 234.07º 0.69% 0.98% -
XYZ 24.49 16.71 92.38 -
YUV 107.59 208.37 106.9 -
System Red Green Blue C M Y K H S L
Decimal 78 95 250 0.69 0.62 0 0.02 234.07 0.95 0.64
Hex 4E 5F FA 45 3E 0 2 EA 5F 40
Octal 116 137 372 105 76 0 2 352 137 100
Binary 1001110 1011111 11111010 1000101 111110 0 10 11101010 1011111 1000000

Color Harmonies of #4E5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5FFA

Black with #4E5FFA

Text Example


Text Example

White with #4E5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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