Html Css Color HEX #384DED Neon Blue

📋 copy color: '#384DED'

red 56 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #384DED

Tints of Neon Blue #384DED

RGB

 RED value IS 56 (22.27% from 255) = 15.14%

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

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

R = 15.14%
G = 20.81%
B = 64.05%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#384DED (or 0x384DED) is known color: Neon Blue. HEX triplet: 38, 4D and ED. RGB value is (56,77,237). Sum of RGB (Red+Green+Blue) = 56+77+237=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #384DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DED is #C7B212. Grayscale: #585858. Windows color (decimal): -13087251 or 15551800. OLE color: 15551800.

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

Color convert

RGB 56 77 237 -
CMYK 0.76 0.68 0 0.07
HSL 233.04º 0.83% 0.57% -
HSV(B) 233.04º 0.76% 0.93% -
XYZ 19.57 12.26 81.46 -
YUV 88.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 56 77 237 0.76 0.68 0 0.07 233.04 0.83 0.57
Hex 38 4D ED 4C 44 0 7 E9 53 39
Octal 70 115 355 114 104 0 7 351 123 71
Binary 111000 1001101 11101101 1001100 1000100 0 111 11101001 1010011 111001

Color Harmonies of #384DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DED

Black with #384DED

Text Example


Text Example

White with #384DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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