#363CFF

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

Shades of Neon Blue #363CFF

Tints of Neon Blue #363CFF

Color information

#363CFF (or 0x363CFF) is unknown color: approx Neon Blue. HEX triplet: 36, 3C and FF. RGB value is (54,60,255). Sum of RGB (Red+Green+Blue) = 54+60+255=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #363CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFF is #C9C300. Grayscale: #4F4F4F. Windows color (decimal): -13222657 or 16727094. OLE color: 16727094.

HSL color Cylindrical-coordinate representation of color #363CFF: hue angle of 238.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363CFF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5460255-
CMYK0.790.7600
HSL238.21º100%60.59%-
HSV(B)238.21º78.82%100%-
XYZ21.1911.2495.66-
YUV80.44226.51109.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.63%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 255 (100% from 255) = 69.11%
R=14.63%
G=16.26%
B=69.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal54602550.790.7600238.2110060.59
Hex363CFF4F4C00ee643d
Octal66743771171140035614475
Binary110110111100111111111001111100110000111011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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