Html Css Color HEX #384EFB Neon Blue

📋 copy color: '#384EFB'

red 56 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #384EFB

Tints of Neon Blue #384EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 14.55%
G = 20.26%
B = 65.19%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#384EFB (or 0x384EFB) is known color: Neon Blue. HEX triplet: 38, 4E and FB. RGB value is (56,78,251). Sum of RGB (Red+Green+Blue) = 56+78+251=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #384EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EFB is #C7B104. Grayscale: #5A5A5A. Windows color (decimal): -13086981 or 16469560. OLE color: 16469560.

HSL color Cylindrical-coordinate representation of color #384EFB: hue angle of 233.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384EFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 78 251 -
CMYK 0.78 0.69 0 0.02
HSL 233.23º 0.96% 0.6% -
HSV(B) 233.23º 0.78% 0.98% -
XYZ 21.77 13.25 92.68 -
YUV 91.14 218.21 102.93 -
System Red Green Blue C M Y K H S L
Decimal 56 78 251 0.78 0.69 0 0.02 233.23 0.96 0.6
Hex 38 4E FB 4E 45 0 2 E9 60 3C
Octal 70 116 373 116 105 0 2 351 140 74
Binary 111000 1001110 11111011 1001110 1000101 0 10 11101001 1100000 111100

Color Harmonies of #384EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EFB

Black with #384EFB

Text Example


Text Example

White with #384EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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