Html Css Color HEX #364EFD Neon Blue

📋 copy color: '#364EFD'

red 54 ◦ green 78 ◦ blue 253

#364EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #364EFD

Tints of Neon Blue #364EFD

RGB

 RED value IS 54 (21.48% from 255) = 14.03%

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 14.03%
G = 20.26%
B = 65.71%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#364EFD (or 0x364EFD) is known color: Neon Blue. HEX triplet: 36, 4E and FD. RGB value is (54,78,253). Sum of RGB (Red+Green+Blue) = 54+78+253=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #364EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364EFD is #C9B102. Grayscale: #5A5A5A. Windows color (decimal): -13218051 or 16600630. OLE color: 16600630.

HSL color Cylindrical-coordinate representation of color #364EFD: hue angle of 232.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #364EFD is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 78 253 -
CMYK 0.79 0.69 0 0.01
HSL 232.76º 0.98% 0.6% -
HSV(B) 232.76º 0.79% 0.99% -
XYZ 21.98 13.32 94.34 -
YUV 90.77 219.55 101.77 -
System Red Green Blue C M Y K H S L
Decimal 54 78 253 0.79 0.69 0 0.01 232.76 0.98 0.6
Hex 36 4E FD 4F 45 0 1 E9 62 3C
Octal 66 116 375 117 105 0 1 351 142 74
Binary 110110 1001110 11111101 1001111 1000101 0 1 11101001 1100010 111100

Color Harmonies of #364EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364EFD

Black with #364EFD

Text Example


Text Example

White with #364EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,78,253); }

 H1.HeaderClassName
 {
   color: #364EFD;
 }
 .AnyTagClassName
 {
   color: #364EFD;
 }
</style>

background-color css

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

 a { background-color: rgb(54,78,253); }

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

border-color css

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

 span { border-color: rgb(54,78,253); }

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