#4C61FE

Color #4C61FE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C61FE

Tints of Neon Blue #4C61FE

Color information

#4C61FE (or 0x4C61FE) is unknown color: approx Neon Blue. HEX triplet: 4C, 61 and FE. RGB value is (76,97,254). Sum of RGB (Red+Green+Blue) = 76+97+254=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C61FE is #B39E01. Grayscale: #6B6B6B. Windows color (decimal): -11771394 or 16671052. OLE color: 16671052.

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

Color convert

RGB7697254-
CMYK0.700.6200.00
HSL232.92º98.89%64.71%-
HSV(B)232.92º70.08%99.61%-
XYZ25.1417.2495.77-
YUV108.62210.04104.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.80%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 254 (99.61% from 255) = 59.48%
R=17.80%
G=22.72%
B=59.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal76972540.700.6200.00232.9298.8964.71
Hex4C61FE463E00e96341
Octal1141413761067600351143101
Binary10011001100001111111101000110111110001110100111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C61FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,254); }

 H1.HeaderClassName
 {
   color: #4C61FE;
 }
 .AnyTagClassName
 {
   color: #4C61FE;
 }
</style>
background-color css

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

 a { background-color: rgb(76,97,254); }

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

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

 span { border-color: rgb(76,97,254); }

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