Html Css Color HEX #384DFF Neon Blue

📋 copy color: '#384DFF'

red 56 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #384DFF

Tints of Neon Blue #384DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 14.43%
G = 19.85%
B = 65.72%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#384DFF (or 0x384DFF) is known color: Neon Blue. HEX triplet: 38, 4D and FF. RGB value is (56,77,255). Sum of RGB (Red+Green+Blue) = 56+77+255=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #384DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DFF is #C7B200. Grayscale: #5A5A5A. Windows color (decimal): -13087233 or 16731448. OLE color: 16731448.

HSL color Cylindrical-coordinate representation of color #384DFF: hue angle of 233.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384DFF is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 77 255 -
CMYK 0.78 0.70 0 0
HSL 233.67º 1% 0.61% -
HSV(B) 233.67º 0.78% 1% -
XYZ 22.33 13.37 96.01 -
YUV 91.01 220.54 103.03 -
System Red Green Blue C M Y K H S L
Decimal 56 77 255 0.78 0.70 0 0 233.67 1 0.61
Hex 38 4D FF 4E 46 0 0 EA 64 3D
Octal 70 115 377 116 106 0 0 352 144 75
Binary 111000 1001101 11111111 1001110 1000110 0 0 11101010 1100100 111101

Color Harmonies of #384DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DFF

Black with #384DFF

Text Example


Text Example

White with #384DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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