#362FEA

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

Shades of Neon Blue #362FEA

Tints of Neon Blue #362FEA

Color information

#362FEA (or 0x362FEA) is unknown color: approx Neon Blue. HEX triplet: 36, 2F and EA. RGB value is (54,47,234). Sum of RGB (Red+Green+Blue) = 54+47+234=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #362FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362FEA is #C9D015. Grayscale: #454545. Windows color (decimal): -13226006 or 15347510. OLE color: 15347510.

HSL color Cylindrical-coordinate representation of color #362FEA: hue angle of 242.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362FEA is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5447234-
CMYK0.770.8000.08
HSL242.25º81.66%55.1%-
HSV(B)242.25º79.91%91.76%-
XYZ17.398.7678.62-
YUV70.41220.32116.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 234 (91.80% from 255) = 69.85%
R=16.12%
G=14.03%
B=69.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal54472340.770.8000.08242.2581.6655.1
Hex362FEA4D5008f25237
Octal665735211512001036212267
Binary110110101111111010101001101101000001000111100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362FEA; }

 p { color: rgb(54,47,234); }

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

<style>
 a { background-color: #362FEA; }

 a { background-color: rgb(54,47,234); }

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

<style>
 span { border-color: #362FEA; }

 span { border-color: rgb(54,47,234); }

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