Html Css Color HEX #384EEB Neon Blue

📋 copy color: '#384EEB'

red 56 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #384EEB

Tints of Neon Blue #384EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 15.18%
G = 21.14%
B = 63.69%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#384EEB (or 0x384EEB) is known color: Neon Blue. HEX triplet: 38, 4E and EB. RGB value is (56,78,235). Sum of RGB (Red+Green+Blue) = 56+78+235=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #384EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EEB is #C7B114. Grayscale: #585858. Windows color (decimal): -13086997 or 15420984. OLE color: 15420984.

HSL color Cylindrical-coordinate representation of color #384EEB: hue angle of 232.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384EEB is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 78 235 -
CMYK 0.76 0.67 0 0.08
HSL 232.63º 0.82% 0.57% -
HSV(B) 232.63º 0.76% 0.92% -
XYZ 19.35 12.29 79.95 -
YUV 89.32 210.21 104.23 -
System Red Green Blue C M Y K H S L
Decimal 56 78 235 0.76 0.67 0 0.08 232.63 0.82 0.57
Hex 38 4E EB 4C 43 0 8 E9 52 39
Octal 70 116 353 114 103 0 10 351 122 71
Binary 111000 1001110 11101011 1001100 1000011 0 1000 11101001 1010010 111001

Color Harmonies of #384EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EEB

Black with #384EEB

Text Example


Text Example

White with #384EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,235); }

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

background-color css

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

 a { background-color: rgb(56,78,235); }

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

border-color css

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

 span { border-color: rgb(56,78,235); }

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