#4B62FD

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

Shades of Neon Blue #4B62FD

Tints of Neon Blue #4B62FD

Color information

#4B62FD (or 0x4B62FD) is unknown color: approx Neon Blue. HEX triplet: 4B, 62 and FD. RGB value is (75,98,253). Sum of RGB (Red+Green+Blue) = 75+98+253=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B62FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B62FD is #B49D02. Grayscale: #6C6C6C. Windows color (decimal): -11836675 or 16605771. OLE color: 16605771.

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

Color convert

RGB7598253-
CMYK0.700.6100.01
HSL232.25º97.8%64.31%-
HSV(B)232.25º70.36%99.22%-
XYZ2517.3294.95-
YUV108.79209.38103.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.61%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 253 (99.22% from 255) = 59.39%
R=17.61%
G=23.00%
B=59.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75982530.700.6100.01232.2597.864.31
Hex4B62FD463D01e86240
Octal1131423751067501350142100
Binary10010111100010111111011000110111101011110100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,253); }

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

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

 a { background-color: rgb(75,98,253); }

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

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

 span { border-color: rgb(75,98,253); }

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