#5D67FD

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

Shades of Neon Blue #5D67FD

Tints of Neon Blue #5D67FD

Color information

#5D67FD (or 0x5D67FD) is unknown color: approx Neon Blue. HEX triplet: 5D, 67 and FD. RGB value is (93,103,253). Sum of RGB (Red+Green+Blue) = 93+103+253=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D67FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D67FD is #A29802. Grayscale: #747474. Windows color (decimal): -10655747 or 16607069. OLE color: 16607069.

HSL color Cylindrical-coordinate representation of color #5D67FD: hue angle of 236.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D67FD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB93103253-
CMYK0.630.5900.01
HSL236.25º97.56%67.84%-
HSV(B)236.25º63.24%99.22%-
XYZ27.0919.1295.19-
YUV117.11204.69110.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=20.71%
G=22.94%
B=56.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931032530.630.5900.01236.2597.5667.84
Hex5D67FD3F3B01ec6244
Octal135147375777301354142104
Binary1011101110011111111101111111111011011110110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D67FD; }

 p { color: rgb(93,103,253); }

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

<style>
 a { background-color: #5D67FD; }

 a { background-color: rgb(93,103,253); }

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

<style>
 span { border-color: #5D67FD; }

 span { border-color: rgb(93,103,253); }

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