Html Css Color HEX #4F36E4 Neon Blue

📋 copy color: '#4F36E4'

red 79 ◦ green 54 ◦ blue 228

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

Shades of Neon Blue #4F36E4

Tints of Neon Blue #4F36E4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

 BLUE value IS 228 (89.45% from 255) = 63.16%

R = 21.88%
G = 14.96%
B = 63.16%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4F36E4 (or 0x4F36E4) is known color: Neon Blue. HEX triplet: 4F, 36 and E4. RGB value is (79,54,228). Sum of RGB (Red+Green+Blue) = 79+54+228=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #4F36E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36E4 is #B0C91B. Grayscale: #505050. Windows color (decimal): -11585820 or 14956111. OLE color: 14956111.

HSL color Cylindrical-coordinate representation of color #4F36E4: hue angle of 248.62º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F36E4 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 79 54 228 -
CMYK 0.65 0.76 0 0.11
HSL 248.62º 0.76% 0.55% -
HSV(B) 248.62º 0.76% 0.89% -
XYZ 18.55 9.9 74.33 -
YUV 81.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 79 54 228 0.65 0.76 0 0.11 248.62 0.76 0.55
Hex 4F 36 E4 41 4C 0 B F9 4C 37
Octal 117 66 344 101 114 0 13 371 114 67
Binary 1001111 110110 11100100 1000001 1001100 0 1011 11111001 1001100 110111

Color Harmonies of #4F36E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F36E4

Black with #4F36E4

Text Example


Text Example

White with #4F36E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,228); }

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

background-color css

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

 a { background-color: rgb(79,54,228); }

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

border-color css

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

 span { border-color: rgb(79,54,228); }

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