#4B5CFC

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

Shades of Neon Blue #4B5CFC

Tints of Neon Blue #4B5CFC

Color information

#4B5CFC (or 0x4B5CFC) is unknown color: approx Neon Blue. HEX triplet: 4B, 5C and FC. RGB value is (75,92,252). Sum of RGB (Red+Green+Blue) = 75+92+252=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5CFC is #B4A303. Grayscale: #686868. Windows color (decimal): -11838212 or 16538699. OLE color: 16538699.

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

Color convert

RGB7592252-
CMYK0.700.6300.01
HSL234.24º96.72%64.12%-
HSV(B)234.24º70.24%98.82%-
XYZ24.316.1893.94-
YUV105.16210.87106.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.90%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 252 (98.83% from 255) = 60.14%
R=17.90%
G=21.96%
B=60.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75922520.700.6300.01234.2496.7264.12
Hex4B5CFC463F01ea6140
Octal1131343741067701352141100
Binary10010111011100111111001000110111111011110101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,252); }

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

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

 a { background-color: rgb(75,92,252); }

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

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

 span { border-color: rgb(75,92,252); }

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