Html Css Color HEX #384EFC Neon Blue

📋 copy color: '#384EFC'

red 56 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #384EFC

Tints of Neon Blue #384EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 14.51%
G = 20.21%
B = 65.28%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#384EFC (or 0x384EFC) is known color: Neon Blue. HEX triplet: 38, 4E and FC. RGB value is (56,78,252). Sum of RGB (Red+Green+Blue) = 56+78+252=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #384EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EFC is #C7B103. Grayscale: #5A5A5A. Windows color (decimal): -13086980 or 16535096. OLE color: 16535096.

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

Color convert

RGB 56 78 252 -
CMYK 0.78 0.69 0 0.01
HSL 233.27º 0.97% 0.6% -
HSV(B) 233.27º 0.78% 0.99% -
XYZ 21.93 13.32 93.51 -
YUV 91.26 218.71 102.85 -
System Red Green Blue C M Y K H S L
Decimal 56 78 252 0.78 0.69 0 0.01 233.27 0.97 0.6
Hex 38 4E FC 4E 45 0 1 E9 61 3C
Octal 70 116 374 116 105 0 1 351 141 74
Binary 111000 1001110 11111100 1001110 1000101 0 1 11101001 1100001 111100

Color Harmonies of #384EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EFC

Black with #384EFC

Text Example


Text Example

White with #384EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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