#364dff

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

Shades of Neon Blue #364DFF

Tints of Neon Blue #364DFF

Color information

#364DFF (or 0x364DFF) is unknown color: approx Neon Blue. HEX triplet: 36, 4D and FF. RGB value is (54,77,255). Sum of RGB (Red+Green+Blue) = 54+77+255=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #364DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DFF is #C9B200. Grayscale: #595959. Windows color (decimal): -13218305 or 16731446. OLE color: 16731446.

HSL color Cylindrical-coordinate representation of color #364DFF: hue angle of 233.13º 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 #364DFF is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5477255-
CMYK0.790.7000
HSL233.13º100%60.59%-
HSV(B)233.13º78.82%100%-
XYZ22.2313.3196.01-
YUV90.42220.88102.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.99%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 255 (100% from 255) = 66.06%
R=13.99%
G=19.95%
B=66.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal54772550.790.7000233.1310060.59
Hex364DFF4F4600e9643d
Octal661153771171060035114475
Binary1101101001101111111111001111100011000111010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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