Html Css Color HEX #4C52FC Neon Blue

📋 copy color: '#4C52FC'

red 76 ◦ green 82 ◦ blue 252

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

Shades of Neon Blue #4C52FC

Tints of Neon Blue #4C52FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20%

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 18.54%
G = 20%
B = 61.46%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C52FC (or 0x4C52FC) is known color: Neon Blue. HEX triplet: 4C, 52 and FC. RGB value is (76,82,252). Sum of RGB (Red+Green+Blue) = 76+82+252=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C52FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C52FC is #B3AD03. Grayscale: #626262. Windows color (decimal): -11775236 or 16536140. OLE color: 16536140.

HSL color Cylindrical-coordinate representation of color #4C52FC: hue angle of 237.95º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C52FC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 82 252 -
CMYK 0.70 0.67 0 0.01
HSL 237.95º 0.97% 0.64% -
HSV(B) 237.95º 0.7% 0.99% -
XYZ 23.57 14.6 93.67 -
YUV 99.59 214.01 111.18 -
System Red Green Blue C M Y K H S L
Decimal 76 82 252 0.70 0.67 0 0.01 237.95 0.97 0.64
Hex 4C 52 FC 46 43 0 1 EE 61 40
Octal 114 122 374 106 103 0 1 356 141 100
Binary 1001100 1010010 11111100 1000110 1000011 0 1 11101110 1100001 1000000

Color Harmonies of #4C52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C52FC

Black with #4C52FC

Text Example


Text Example

White with #4C52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,252); }

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

background-color css

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

 a { background-color: rgb(76,82,252); }

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

border-color css

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

 span { border-color: rgb(76,82,252); }

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