#364BF6

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

Shades of Neon Blue #364BF6

Tints of Neon Blue #364BF6

Color information

#364BF6 (or 0x364BF6) is unknown color: approx Neon Blue. HEX triplet: 36, 4B and F6. RGB value is (54,75,246). Sum of RGB (Red+Green+Blue) = 54+75+246=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #364BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364BF6 is #C9B409. Grayscale: #575757. Windows color (decimal): -13218826 or 16141110. OLE color: 16141110.

HSL color Cylindrical-coordinate representation of color #364BF6: hue angle of 233.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #364BF6 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5475246-
CMYK0.780.7000.04
HSL233.44º91.43%58.82%-
HSV(B)233.44º78.05%96.47%-
XYZ20.6712.4788.51-
YUV88.22217.04103.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.4%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 65.6%
R=14.4%
G=20%
B=65.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54752460.780.7000.04233.4491.4358.82
Hex364BF64E4604e95b3b
Octal661133661161060435113373
Binary110110100101111110110100111010001100100111010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364BF6; }

 p { color: rgb(54,75,246); }

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

<style>
 a { background-color: #364BF6; }

 a { background-color: rgb(54,75,246); }

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

<style>
 span { border-color: #364BF6; }

 span { border-color: rgb(54,75,246); }

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