Html Css Color HEX #384DF9 Neon Blue

📋 copy color: '#384DF9'

red 56 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #384DF9

Tints of Neon Blue #384DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.18%

R = 14.66%
G = 20.16%
B = 65.18%

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

#384DF9 (or 0x384DF9) is known color: Neon Blue. HEX triplet: 38, 4D and F9. RGB value is (56,77,249). Sum of RGB (Red+Green+Blue) = 56+77+249=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #384DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DF9 is #C7B206. Grayscale: #595959. Windows color (decimal): -13087239 or 16338232. OLE color: 16338232.

HSL color Cylindrical-coordinate representation of color #384DF9: hue angle of 233.47º degrees, saturation: 0.94, 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 #384DF9 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 77 249 -
CMYK 0.78 0.69 0 0.02
HSL 233.47º 0.94% 0.6% -
HSV(B) 233.47º 0.78% 0.98% -
XYZ 21.38 12.99 91 -
YUV 90.33 217.54 103.51 -
System Red Green Blue C M Y K H S L
Decimal 56 77 249 0.78 0.69 0 0.02 233.47 0.94 0.6
Hex 38 4D F9 4E 45 0 2 E9 5E 3C
Octal 70 115 371 116 105 0 2 351 136 74
Binary 111000 1001101 11111001 1001110 1000101 0 10 11101001 1011110 111100

Color Harmonies of #384DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DF9

Black with #384DF9

Text Example


Text Example

White with #384DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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