Html Css Color HEX #384FF8 Neon Blue

📋 copy color: '#384FF8'

red 56 ◦ green 79 ◦ blue 248

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

Shades of Neon Blue #384FF8

Tints of Neon Blue #384FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.75%

R = 14.62%
G = 20.63%
B = 64.75%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#384FF8 (or 0x384FF8) is known color: Neon Blue. HEX triplet: 38, 4F and F8. RGB value is (56,79,248). Sum of RGB (Red+Green+Blue) = 56+79+248=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 248 (97.27% from 255 or 64.75% from 383); Max value from RGB is 248 - color contains mainly: blue. Hex color #384FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FF8 is #C7B007. Grayscale: #5A5A5A. Windows color (decimal): -13086728 or 16273208. OLE color: 16273208.

HSL color Cylindrical-coordinate representation of color #384FF8: hue angle of 232.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384FF8 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 79 248 -
CMYK 0.77 0.68 0 0.03
HSL 232.81º 0.93% 0.6% -
HSV(B) 232.81º 0.77% 0.97% -
XYZ 21.37 13.21 90.23 -
YUV 91.39 216.38 102.76 -
System Red Green Blue C M Y K H S L
Decimal 56 79 248 0.77 0.68 0 0.03 232.81 0.93 0.6
Hex 38 4F F8 4D 44 0 3 E9 5D 3C
Octal 70 117 370 115 104 0 3 351 135 74
Binary 111000 1001111 11111000 1001101 1000100 0 11 11101001 1011101 111100

Color Harmonies of #384FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FF8

Black with #384FF8

Text Example


Text Example

White with #384FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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