#363CF7

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

Shades of Neon Blue #363CF7

Tints of Neon Blue #363CF7

Color information

#363CF7 (or 0x363CF7) is unknown color: approx Neon Blue. HEX triplet: 36, 3C and F7. RGB value is (54,60,247). Sum of RGB (Red+Green+Blue) = 54+60+247=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #363CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CF7 is #C9C308. Grayscale: #4E4E4E. Windows color (decimal): -13222665 or 16202806. OLE color: 16202806.

HSL color Cylindrical-coordinate representation of color #363CF7: hue angle of 238.13º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363CF7 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5460247-
CMYK0.780.7600.03
HSL238.13º92.34%59.02%-
HSV(B)238.13º78.14%96.86%-
XYZ19.9310.7389.02-
YUV79.52222.51109.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 247 (96.88% from 255) = 68.42%
R=14.96%
G=16.62%
B=68.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal54602470.780.7600.03238.1392.3459.02
Hex363CF74E4C03ee5c3b
Octal66743671161140335613473
Binary1101101111001111011110011101001100011111011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,247); }

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

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

 a { background-color: rgb(54,60,247); }

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

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

 span { border-color: rgb(54,60,247); }

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