Html Css Color HEX #4C65FC Neon Blue

📋 copy color: '#4C65FC'

red 76 ◦ green 101 ◦ blue 252

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

Shades of Neon Blue #4C65FC

Tints of Neon Blue #4C65FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

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

R = 17.72%
G = 23.54%
B = 58.74%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C65FC (or 0x4C65FC) is known color: Neon Blue. HEX triplet: 4C, 65 and FC. RGB value is (76,101,252). Sum of RGB (Red+Green+Blue) = 76+101+252=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C65FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C65FC is #B39A03. Grayscale: #6E6E6E. Windows color (decimal): -11770372 or 16541004. OLE color: 16541004.

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

Color convert

RGB 76 101 252 -
CMYK 0.70 0.60 0 0.01
HSL 231.48º 0.97% 0.64% -
HSV(B) 231.48º 0.7% 0.99% -
XYZ 25.2 17.87 94.22 -
YUV 110.74 207.72 103.22 -
System Red Green Blue C M Y K H S L
Decimal 76 101 252 0.70 0.60 0 0.01 231.48 0.97 0.64
Hex 4C 65 FC 46 3C 0 1 E7 61 40
Octal 114 145 374 106 74 0 1 347 141 100
Binary 1001100 1100101 11111100 1000110 111100 0 1 11100111 1100001 1000000

Color Harmonies of #4C65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C65FC

Black with #4C65FC

Text Example


Text Example

White with #4C65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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