Html Css Color HEX #4F4EFD Neon Blue

📋 copy color: '#4F4EFD'

red 79 ◦ green 78 ◦ blue 253

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

Shades of Neon Blue #4F4EFD

Tints of Neon Blue #4F4EFD

RGB

 RED value IS 79 (31.25% from 255) = 19.27%

 GREEN value IS 78 (30.86% from 255) = 19.02%

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

R = 19.27%
G = 19.02%
B = 61.71%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F4EFD (or 0x4F4EFD) is known color: Neon Blue. HEX triplet: 4F, 4E and FD. RGB value is (79,78,253). Sum of RGB (Red+Green+Blue) = 79+78+253=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F4EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F4EFD is #B0B102. Grayscale: #616161. Windows color (decimal): -11579651 or 16600655. OLE color: 16600655.

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

Color convert

RGB 79 78 253 -
CMYK 0.69 0.69 0 0.01
HSL 240.34º 0.98% 0.65% -
HSV(B) 240.34º 0.69% 0.99% -
XYZ 23.68 14.2 94.42 -
YUV 98.25 215.33 114.27 -
System Red Green Blue C M Y K H S L
Decimal 79 78 253 0.69 0.69 0 0.01 240.34 0.98 0.65
Hex 4F 4E FD 45 45 0 1 F0 62 41
Octal 117 116 375 105 105 0 1 360 142 101
Binary 1001111 1001110 11111101 1000101 1000101 0 1 11110000 1100010 1000001

Color Harmonies of #4F4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4EFD

Black with #4F4EFD

Text Example


Text Example

White with #4F4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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