Html Css Color HEX #384EF8 Neon Blue

📋 copy color: '#384EF8'

red 56 ◦ green 78 ◦ blue 248

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

Shades of Neon Blue #384EF8

Tints of Neon Blue #384EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.92%

R = 14.66%
G = 20.42%
B = 64.92%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#384EF8 (or 0x384EF8) is known color: Neon Blue. HEX triplet: 38, 4E and F8. RGB value is (56,78,248). Sum of RGB (Red+Green+Blue) = 56+78+248=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #384EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EF8 is #C7B107. Grayscale: #5A5A5A. Windows color (decimal): -13086984 or 16272952. OLE color: 16272952.

HSL color Cylindrical-coordinate representation of color #384EF8: hue angle of 233.12º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384EF8 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 78 248 -
CMYK 0.77 0.69 0 0.03
HSL 233.13º 0.93% 0.6% -
HSV(B) 233.13º 0.77% 0.97% -
XYZ 21.3 13.07 90.21 -
YUV 90.8 216.71 103.18 -
System Red Green Blue C M Y K H S L
Decimal 56 78 248 0.77 0.69 0 0.03 233.13 0.93 0.6
Hex 38 4E F8 4D 45 0 3 E9 5D 3C
Octal 70 116 370 115 105 0 3 351 135 74
Binary 111000 1001110 11111000 1001101 1000101 0 11 11101001 1011101 111100

Color Harmonies of #384EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EF8

Black with #384EF8

Text Example


Text Example

White with #384EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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