Html Css Color HEX #384BE7 Neon Blue

📋 copy color: '#384BE7'

red 56 ◦ green 75 ◦ blue 231

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

Shades of Neon Blue #384BE7

Tints of Neon Blue #384BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.81%

R = 15.47%
G = 20.72%
B = 63.81%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#384BE7 (or 0x384BE7) is known color: Neon Blue. HEX triplet: 38, 4B and E7. RGB value is (56,75,231). Sum of RGB (Red+Green+Blue) = 56+75+231=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 231 (90.62% from 255 or 63.81% from 362); Max value from RGB is 231 - color contains mainly: blue. Hex color #384BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BE7 is #C7B418. Grayscale: #565656. Windows color (decimal): -13087769 or 15158072. OLE color: 15158072.

HSL color Cylindrical-coordinate representation of color #384BE7: hue angle of 233.49º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384BE7 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 75 231 -
CMYK 0.76 0.68 0 0.09
HSL 233.49º 0.78% 0.56% -
HSV(B) 233.49º 0.76% 0.91% -
XYZ 18.57 11.64 76.87 -
YUV 87.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 56 75 231 0.76 0.68 0 0.09 233.49 0.78 0.56
Hex 38 4B E7 4C 44 0 9 E9 4E 38
Octal 70 113 347 114 104 0 11 351 116 70
Binary 111000 1001011 11100111 1001100 1000100 0 1001 11101001 1001110 111000

Color Harmonies of #384BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BE7

Black with #384BE7

Text Example


Text Example

White with #384BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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