Html Css Color HEX #4C53FA Neon Blue

📋 copy color: '#4C53FA'

red 76 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #4C53FA

Tints of Neon Blue #4C53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 18.58%
G = 20.29%
B = 61.12%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C53FA (or 0x4C53FA) is known color: Neon Blue. HEX triplet: 4C, 53 and FA. RGB value is (76,83,250). Sum of RGB (Red+Green+Blue) = 76+83+250=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C53FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C53FA is #B3AC05. Grayscale: #636363. Windows color (decimal): -11774982 or 16405324. OLE color: 16405324.

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

Color convert

RGB 76 83 250 -
CMYK 0.70 0.67 0 0.02
HSL 237.59º 0.95% 0.64% -
HSV(B) 237.59º 0.7% 0.98% -
XYZ 23.33 14.63 92.04 -
YUV 99.95 212.68 110.92 -
System Red Green Blue C M Y K H S L
Decimal 76 83 250 0.70 0.67 0 0.02 237.59 0.95 0.64
Hex 4C 53 FA 46 43 0 2 EE 5F 40
Octal 114 123 372 106 103 0 2 356 137 100
Binary 1001100 1010011 11111010 1000110 1000011 0 10 11101110 1011111 1000000

Color Harmonies of #4C53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C53FA

Black with #4C53FA

Text Example


Text Example

White with #4C53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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