Html Css Color HEX #4C34FA Neon Blue

📋 copy color: '#4C34FA'

red 76 ◦ green 52 ◦ blue 250

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

Shades of Neon Blue #4C34FA

Tints of Neon Blue #4C34FA

RGB

 RED value IS 76 (30.08% from 255) = 20.11%

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 20.11%
G = 13.76%
B = 66.14%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C34FA (or 0x4C34FA) is known color: Neon Blue. HEX triplet: 4C, 34 and FA. RGB value is (76,52,250). Sum of RGB (Red+Green+Blue) = 76+52+250=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C34FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C34FA is #B3CB05. Grayscale: #505050. Windows color (decimal): -11782918 or 16397388. OLE color: 16397388.

HSL color Cylindrical-coordinate representation of color #4C34FA: hue angle of 247.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C34FA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 52 250 -
CMYK 0.70 0.79 0 0.02
HSL 247.27º 0.95% 0.59% -
HSV(B) 247.27º 0.79% 0.98% -
XYZ 21.46 10.89 91.41 -
YUV 81.75 222.95 123.9 -
System Red Green Blue C M Y K H S L
Decimal 76 52 250 0.70 0.79 0 0.02 247.27 0.95 0.59
Hex 4C 34 FA 46 4F 0 2 F7 5F 3B
Octal 114 64 372 106 117 0 2 367 137 73
Binary 1001100 110100 11111010 1000110 1001111 0 10 11110111 1011111 111011

Color Harmonies of #4C34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C34FA

Black with #4C34FA

Text Example


Text Example

White with #4C34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,250); }

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

background-color css

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

 a { background-color: rgb(76,52,250); }

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

border-color css

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

 span { border-color: rgb(76,52,250); }

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