Html Css Color HEX #364DED Neon Blue

📋 copy color: '#364DED'

red 54 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #364DED

Tints of Neon Blue #364DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 14.67%
G = 20.92%
B = 64.4%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#364DED (or 0x364DED) is known color: Neon Blue. HEX triplet: 36, 4D and ED. RGB value is (54,77,237). Sum of RGB (Red+Green+Blue) = 54+77+237=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #364DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DED is #C9B212. Grayscale: #575757. Windows color (decimal): -13218323 or 15551798. OLE color: 15551798.

HSL color Cylindrical-coordinate representation of color #364DED: hue angle of 232.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364DED is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 77 237 -
CMYK 0.77 0.68 0 0.07
HSL 232.46º 0.84% 0.57% -
HSV(B) 232.46º 0.77% 0.93% -
XYZ 19.46 12.21 81.45 -
YUV 88.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 54 77 237 0.77 0.68 0 0.07 232.46 0.84 0.57
Hex 36 4D ED 4D 44 0 7 E8 54 39
Octal 66 115 355 115 104 0 7 350 124 71
Binary 110110 1001101 11101101 1001101 1000100 0 111 11101000 1010100 111001

Color Harmonies of #364DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DED

Black with #364DED

Text Example


Text Example

White with #364DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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