#363AFA

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

Shades of Neon Blue #363AFA

Tints of Neon Blue #363AFA

Color information

#363AFA (or 0x363AFA) is unknown color: approx Neon Blue. HEX triplet: 36, 3A and FA. RGB value is (54,58,250). Sum of RGB (Red+Green+Blue) = 54+58+250=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #363AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AFA is #C9C505. Grayscale: #4D4D4D. Windows color (decimal): -13223174 or 16398902. OLE color: 16398902.

HSL color Cylindrical-coordinate representation of color #363AFA: hue angle of 238.78º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363AFA is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5458250-
CMYK0.780.7700.02
HSL238.78º95.15%59.61%-
HSV(B)238.78º78.4%98.04%-
XYZ20.2910.7191.44-
YUV78.69224.67110.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.92%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 250 (98.05% from 255) = 69.06%
R=14.92%
G=16.02%
B=69.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54582500.780.7700.02238.7895.1559.61
Hex363AFA4E4D02ef5f3c
Octal66723721161150235713774
Binary1101101110101111101010011101001101010111011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,58,250); }

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

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

 a { background-color: rgb(54,58,250); }

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

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

 span { border-color: rgb(54,58,250); }

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