Html Css Color HEX #384AED Neon Blue

📋 copy color: '#384AED'

red 56 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #384AED

Tints of Neon Blue #384AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 15.26%
G = 20.16%
B = 64.58%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#384AED (or 0x384AED) is known color: Neon Blue. HEX triplet: 38, 4A and ED. RGB value is (56,74,237). Sum of RGB (Red+Green+Blue) = 56+74+237=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #384AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384AED is #C7B512. Grayscale: #565656. Windows color (decimal): -13088019 or 15551032. OLE color: 15551032.

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

Color convert

RGB 56 74 237 -
CMYK 0.76 0.69 0 0.07
HSL 234.03º 0.83% 0.57% -
HSV(B) 234.03º 0.76% 0.93% -
XYZ 19.37 11.85 81.39 -
YUV 87.2 212.54 105.75 -
System Red Green Blue C M Y K H S L
Decimal 56 74 237 0.76 0.69 0 0.07 234.03 0.83 0.57
Hex 38 4A ED 4C 45 0 7 EA 53 39
Octal 70 112 355 114 105 0 7 352 123 71
Binary 111000 1001010 11101101 1001100 1000101 0 111 11101010 1010011 111001

Color Harmonies of #384AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384AED

Black with #384AED

Text Example


Text Example

White with #384AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,237); }

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

background-color css

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

 a { background-color: rgb(56,74,237); }

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

border-color css

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

 span { border-color: rgb(56,74,237); }

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