Html Css Color HEX #4F3CDA Neon Blue

📋 copy color: '#4F3CDA'

red 79 ◦ green 60 ◦ blue 218

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

Shades of Neon Blue #4F3CDA

Tints of Neon Blue #4F3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 22.13%
G = 16.81%
B = 61.06%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4F3CDA (or 0x4F3CDA) is known color: Neon Blue. HEX triplet: 4F, 3C and DA. RGB value is (79,60,218). Sum of RGB (Red+Green+Blue) = 79+60+218=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F3CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3CDA is #B0C325. Grayscale: #535353. Windows color (decimal): -11584294 or 14302287. OLE color: 14302287.

HSL color Cylindrical-coordinate representation of color #4F3CDA: hue angle of 247.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F3CDA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 60 218 -
CMYK 0.64 0.72 0 0.15
HSL 247.22º 0.68% 0.55% -
HSV(B) 247.22º 0.72% 0.85% -
XYZ 17.5 9.96 67.33 -
YUV 83.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 79 60 218 0.64 0.72 0 0.15 247.22 0.68 0.55
Hex 4F 3C DA 40 48 0 F F7 44 37
Octal 117 74 332 100 110 0 17 367 104 67
Binary 1001111 111100 11011010 1000000 1001000 0 1111 11110111 1000100 110111

Color Harmonies of #4F3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3CDA

Black with #4F3CDA

Text Example


Text Example

White with #4F3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,218); }

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

background-color css

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

 a { background-color: rgb(79,60,218); }

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

border-color css

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

 span { border-color: rgb(79,60,218); }

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