Html Css Color HEX #4F4CEF Neon Blue

📋 copy color: '#4F4CEF'

red 79 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #4F4CEF

Tints of Neon Blue #4F4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 20.05%
G = 19.29%
B = 60.66%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F4CEF (or 0x4F4CEF) is known color: Neon Blue. HEX triplet: 4F, 4C and EF. RGB value is (79,76,239). Sum of RGB (Red+Green+Blue) = 79+76+239=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F4CEF is #B0B310. Grayscale: #5E5E5E. Windows color (decimal): -11580177 or 15682639. OLE color: 15682639.

HSL color Cylindrical-coordinate representation of color #4F4CEF: hue angle of 241.1º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F4CEF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 76 239 -
CMYK 0.67 0.68 0 0.06
HSL 241.1º 0.84% 0.62% -
HSV(B) 241.1º 0.68% 0.94% -
XYZ 21.39 13.06 83.06 -
YUV 95.48 208.99 116.25 -
System Red Green Blue C M Y K H S L
Decimal 79 76 239 0.67 0.68 0 0.06 241.1 0.84 0.62
Hex 4F 4C EF 43 44 0 6 F1 54 3E
Octal 117 114 357 103 104 0 6 361 124 76
Binary 1001111 1001100 11101111 1000011 1000100 0 110 11110001 1010100 111110

Color Harmonies of #4F4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CEF

Black with #4F4CEF

Text Example


Text Example

White with #4F4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,239); }

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

background-color css

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

 a { background-color: rgb(79,76,239); }

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

border-color css

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

 span { border-color: rgb(79,76,239); }

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