Html Css Color HEX #384DF8 Neon Blue

📋 copy color: '#384DF8'

red 56 ◦ green 77 ◦ blue 248

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

Shades of Neon Blue #384DF8

Tints of Neon Blue #384DF8

RGB

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

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

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

R = 14.7%
G = 20.21%
B = 65.09%

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

#384DF8 (or 0x384DF8) is known color: Neon Blue. HEX triplet: 38, 4D and F8. RGB value is (56,77,248). Sum of RGB (Red+Green+Blue) = 56+77+248=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #384DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DF8 is #C7B207. Grayscale: #595959. Windows color (decimal): -13087240 or 16272696. OLE color: 16272696.

HSL color Cylindrical-coordinate representation of color #384DF8: hue angle of 233.44º 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 #384DF8 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 77 248 -
CMYK 0.77 0.69 0 0.03
HSL 233.44º 0.93% 0.6% -
HSV(B) 233.44º 0.77% 0.97% -
XYZ 21.23 12.93 90.18 -
YUV 90.22 217.04 103.6 -
System Red Green Blue C M Y K H S L
Decimal 56 77 248 0.77 0.69 0 0.03 233.44 0.93 0.6
Hex 38 4D F8 4D 45 0 3 E9 5D 3C
Octal 70 115 370 115 105 0 3 351 135 74
Binary 111000 1001101 11111000 1001101 1000101 0 11 11101001 1011101 111100

Color Harmonies of #384DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DF8

Black with #384DF8

Text Example


Text Example

White with #384DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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