Html Css Color HEX #4C5FFA Neon Blue

📋 copy color: '#4C5FFA'

red 76 ◦ green 95 ◦ blue 250

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

Shades of Neon Blue #4C5FFA

Tints of Neon Blue #4C5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

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

R = 18.05%
G = 22.57%
B = 59.38%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C5FFA (or 0x4C5FFA) is known color: Neon Blue. HEX triplet: 4C, 5F and FA. RGB value is (76,95,250). Sum of RGB (Red+Green+Blue) = 76+95+250=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5FFA is #B3A005. Grayscale: #6A6A6A. Windows color (decimal): -11771910 or 16408396. OLE color: 16408396.

HSL color Cylindrical-coordinate representation of color #4C5FFA: hue angle of 233.45º 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 #4C5FFA is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 95 250 -
CMYK 0.70 0.62 0 0.02
HSL 233.45º 0.95% 0.64% -
HSV(B) 233.45º 0.7% 0.98% -
XYZ 24.33 16.62 92.37 -
YUV 106.99 208.71 105.9 -
System Red Green Blue C M Y K H S L
Decimal 76 95 250 0.70 0.62 0 0.02 233.45 0.95 0.64
Hex 4C 5F FA 46 3E 0 2 E9 5F 40
Octal 114 137 372 106 76 0 2 351 137 100
Binary 1001100 1011111 11111010 1000110 111110 0 10 11101001 1011111 1000000

Color Harmonies of #4C5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5FFA

Black with #4C5FFA

Text Example


Text Example

White with #4C5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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