Html Css Color HEX #384CEE Neon Blue

📋 copy color: '#384CEE'

red 56 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #384CEE

Tints of Neon Blue #384CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 15.14%
G = 20.54%
B = 64.32%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#384CEE (or 0x384CEE) is known color: Neon Blue. HEX triplet: 38, 4C and EE. RGB value is (56,76,238). Sum of RGB (Red+Green+Blue) = 56+76+238=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #384CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CEE is #C7B311. Grayscale: #575757. Windows color (decimal): -13087506 or 15617080. OLE color: 15617080.

HSL color Cylindrical-coordinate representation of color #384CEE: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384CEE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 76 238 -
CMYK 0.76 0.68 0 0.07
HSL 233.41º 0.84% 0.58% -
HSV(B) 233.41º 0.76% 0.93% -
XYZ 19.65 12.18 82.2 -
YUV 88.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 56 76 238 0.76 0.68 0 0.07 233.41 0.84 0.58
Hex 38 4C EE 4C 44 0 7 E9 54 3A
Octal 70 114 356 114 104 0 7 351 124 72
Binary 111000 1001100 11101110 1001100 1000100 0 111 11101001 1010100 111010

Color Harmonies of #384CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CEE

Black with #384CEE

Text Example


Text Example

White with #384CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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