Html Css Color HEX #384FEE Neon Blue

📋 copy color: '#384FEE'

red 56 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #384FEE

Tints of Neon Blue #384FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

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

R = 15.01%
G = 21.18%
B = 63.81%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#384FEE (or 0x384FEE) is known color: Neon Blue. HEX triplet: 38, 4F and EE. RGB value is (56,79,238). Sum of RGB (Red+Green+Blue) = 56+79+238=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #384FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FEE is #C7B011. Grayscale: #595959. Windows color (decimal): -13086738 or 15617848. OLE color: 15617848.

HSL color Cylindrical-coordinate representation of color #384FEE: hue angle of 232.42º 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 #384FEE is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 79 238 -
CMYK 0.76 0.67 0 0.07
HSL 232.42º 0.84% 0.58% -
HSV(B) 232.42º 0.76% 0.93% -
XYZ 19.86 12.61 82.28 -
YUV 90.25 211.38 103.57 -
System Red Green Blue C M Y K H S L
Decimal 56 79 238 0.76 0.67 0 0.07 232.42 0.84 0.58
Hex 38 4F EE 4C 43 0 7 E8 54 3A
Octal 70 117 356 114 103 0 7 350 124 72
Binary 111000 1001111 11101110 1001100 1000011 0 111 11101000 1010100 111010

Color Harmonies of #384FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FEE

Black with #384FEE

Text Example


Text Example

White with #384FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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