#5C67FF

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

Shades of Neon Blue #5C67FF

Tints of Neon Blue #5C67FF

Color information

#5C67FF (or 0x5C67FF) is unknown color: approx Neon Blue. HEX triplet: 5C, 67 and FF. RGB value is (92,103,255). Sum of RGB (Red+Green+Blue) = 92+103+255=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C67FF is #A39800. Grayscale: #747474. Windows color (decimal): -10721281 or 16738140. OLE color: 16738140.

HSL color Cylindrical-coordinate representation of color #5C67FF: hue angle of 235.95º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C67FF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92103255-
CMYK0.640.6000
HSL235.95º100%68.04%-
HSV(B)235.95º63.92%100%-
XYZ27.3119.296.87-
YUV117.04205.86110.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.44%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 255 (100% from 255) = 56.67%
R=20.44%
G=22.89%
B=56.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal921032550.640.6000235.9510068.04
Hex5C67FF403C00ec6444
Octal1341473771007400354144104
Binary10111001100111111111111000000111100001110110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,103,255); }

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

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

 a { background-color: rgb(92,103,255); }

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

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

 span { border-color: rgb(92,103,255); }

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