Html Css Color HEX #384BFF Neon Blue

📋 copy color: '#384BFF'

red 56 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #384BFF

Tints of Neon Blue #384BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

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

R = 14.51%
G = 19.43%
B = 66.06%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#384BFF (or 0x384BFF) is known color: Neon Blue. HEX triplet: 38, 4B and FF. RGB value is (56,75,255). Sum of RGB (Red+Green+Blue) = 56+75+255=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #384BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BFF is #C7B400. Grayscale: #595959. Windows color (decimal): -13087745 or 16730936. OLE color: 16730936.

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

Color convert

RGB 56 75 255 -
CMYK 0.78 0.71 0 0
HSL 234.27º 1% 0.61% -
HSV(B) 234.27º 0.78% 1% -
XYZ 22.2 13.09 95.97 -
YUV 89.84 221.21 103.86 -
System Red Green Blue C M Y K H S L
Decimal 56 75 255 0.78 0.71 0 0 234.27 1 0.61
Hex 38 4B FF 4E 47 0 0 EA 64 3D
Octal 70 113 377 116 107 0 0 352 144 75
Binary 111000 1001011 11111111 1001110 1000111 0 0 11101010 1100100 111101

Color Harmonies of #384BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BFF

Black with #384BFF

Text Example


Text Example

White with #384BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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