Html Css Color HEX #384DFC Neon Blue

📋 copy color: '#384DFC'

red 56 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #384DFC

Tints of Neon Blue #384DFC

RGB

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

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

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

R = 14.55%
G = 20%
B = 65.45%

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

#384DFC (or 0x384DFC) is known color: Neon Blue. HEX triplet: 38, 4D and FC. RGB value is (56,77,252). Sum of RGB (Red+Green+Blue) = 56+77+252=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #384DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DFC is #C7B203. Grayscale: #595959. Windows color (decimal): -13087236 or 16534840. OLE color: 16534840.

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

Color convert

RGB 56 77 252 -
CMYK 0.78 0.69 0 0.01
HSL 233.57º 0.97% 0.6% -
HSV(B) 233.57º 0.78% 0.99% -
XYZ 21.86 13.18 93.49 -
YUV 90.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 56 77 252 0.78 0.69 0 0.01 233.57 0.97 0.6
Hex 38 4D FC 4E 45 0 1 EA 61 3C
Octal 70 115 374 116 105 0 1 352 141 74
Binary 111000 1001101 11111100 1001110 1000101 0 1 11101010 1100001 111100

Color Harmonies of #384DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DFC

Black with #384DFC

Text Example


Text Example

White with #384DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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