Html Css Color HEX #384DF1 Neon Blue

📋 copy color: '#384DF1'

red 56 ◦ green 77 ◦ blue 241

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

Shades of Neon Blue #384DF1

Tints of Neon Blue #384DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.44%

R = 14.97%
G = 20.59%
B = 64.44%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#384DF1 (or 0x384DF1) is known color: Neon Blue. HEX triplet: 38, 4D and F1. RGB value is (56,77,241). Sum of RGB (Red+Green+Blue) = 56+77+241=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #384DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DF1 is #C7B20E. Grayscale: #585858. Windows color (decimal): -13087247 or 15813944. OLE color: 15813944.

HSL color Cylindrical-coordinate representation of color #384DF1: hue angle of 233.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384DF1 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 77 241 -
CMYK 0.77 0.68 0 0.05
HSL 233.19º 0.87% 0.58% -
HSV(B) 233.19º 0.77% 0.95% -
XYZ 20.16 12.5 84.57 -
YUV 89.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 56 77 241 0.77 0.68 0 0.05 233.19 0.87 0.58
Hex 38 4D F1 4D 44 0 5 E9 57 3A
Octal 70 115 361 115 104 0 5 351 127 72
Binary 111000 1001101 11110001 1001101 1000100 0 101 11101001 1010111 111010

Color Harmonies of #384DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DF1

Black with #384DF1

Text Example


Text Example

White with #384DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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