#363FE6

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

Shades of Neon Blue #363FE6

Tints of Neon Blue #363FE6

Color information

#363FE6 (or 0x363FE6) is unknown color: approx Neon Blue. HEX triplet: 36, 3F and E6. RGB value is (54,63,230). Sum of RGB (Red+Green+Blue) = 54+63+230=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #363FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FE6 is #C9C019. Grayscale: #4E4E4E. Windows color (decimal): -13221914 or 15089462. OLE color: 15089462.

HSL color Cylindrical-coordinate representation of color #363FE6: hue angle of 236.93º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363FE6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5463230-
CMYK0.770.7300.10
HSL236.93º77.88%55.69%-
HSV(B)236.93º76.52%90.2%-
XYZ17.5810.0575.88-
YUV79.35213.02109.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 230 (90.23% from 255) = 66.28%
R=15.56%
G=18.16%
B=66.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal54632300.770.7300.10236.9377.8855.69
Hex363FE64D490Aed4e38
Octal667734611511101235511670
Binary110110111111111001101001101100100101010111011011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363FE6; }

 p { color: rgb(54,63,230); }

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

<style>
 a { background-color: #363FE6; }

 a { background-color: rgb(54,63,230); }

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

<style>
 span { border-color: #363FE6; }

 span { border-color: rgb(54,63,230); }

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