Html Css Color HEX #4C68FF Neon Blue

📋 copy color: '#4C68FF'

red 76 ◦ green 104 ◦ blue 255

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

Shades of Neon Blue #4C68FF

Tints of Neon Blue #4C68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 255 (100% from 255) = 58.62%

R = 17.47%
G = 23.91%
B = 58.62%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C68FF (or 0x4C68FF) is known color: Neon Blue. HEX triplet: 4C, 68 and FF. RGB value is (76,104,255). Sum of RGB (Red+Green+Blue) = 76+104+255=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C68FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C68FF is #B39700. Grayscale: #707070. Windows color (decimal): -11769601 or 16738380. OLE color: 16738380.

HSL color Cylindrical-coordinate representation of color #4C68FF: hue angle of 230.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C68FF is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 104 255 -
CMYK 0.70 0.59 0 0
HSL 230.61º 1% 0.65% -
HSV(B) 230.61º 0.7% 1% -
XYZ 25.98 18.66 96.84 -
YUV 112.84 208.22 101.72 -
System Red Green Blue C M Y K H S L
Decimal 76 104 255 0.70 0.59 0 0 230.61 1 0.65
Hex 4C 68 FF 46 3B 0 0 E7 64 41
Octal 114 150 377 106 73 0 0 347 144 101
Binary 1001100 1101000 11111111 1000110 111011 0 0 11100111 1100100 1000001

Color Harmonies of #4C68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C68FF

Black with #4C68FF

Text Example


Text Example

White with #4C68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,255); }

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

background-color css

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

 a { background-color: rgb(76,104,255); }

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

border-color css

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

 span { border-color: rgb(76,104,255); }

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