Html Css Color HEX #384CFF Neon Blue

📋 copy color: '#384CFF'

red 56 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #384CFF

Tints of Neon Blue #384CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 14.47%
G = 19.64%
B = 65.89%

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

#384CFF (or 0x384CFF) is known color: Neon Blue. HEX triplet: 38, 4C and FF. RGB value is (56,76,255). Sum of RGB (Red+Green+Blue) = 56+76+255=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #384CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFF is #C7B300. Grayscale: #595959. Windows color (decimal): -13087489 or 16731192. OLE color: 16731192.

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

Color convert

RGB 56 76 255 -
CMYK 0.78 0.70 0 0
HSL 233.97º 1% 0.61% -
HSV(B) 233.97º 0.78% 1% -
XYZ 22.27 13.23 95.99 -
YUV 90.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 56 76 255 0.78 0.70 0 0 233.97 1 0.61
Hex 38 4C FF 4E 46 0 0 EA 64 3D
Octal 70 114 377 116 106 0 0 352 144 75
Binary 111000 1001100 11111111 1001110 1000110 0 0 11101010 1100100 111101

Color Harmonies of #384CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CFF

Black with #384CFF

Text Example


Text Example

White with #384CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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