Html Css Color HEX #383FFB Neon Blue

📋 copy color: '#383FFB'

red 56 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #383FFB

Tints of Neon Blue #383FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 251 (98.44% from 255) = 67.84%

R = 15.14%
G = 17.03%
B = 67.84%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#383FFB (or 0x383FFB) is known color: Neon Blue. HEX triplet: 38, 3F and FB. RGB value is (56,63,251). Sum of RGB (Red+Green+Blue) = 56+63+251=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #383FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FFB is #C7C004. Grayscale: #515151. Windows color (decimal): -13090821 or 16465720. OLE color: 16465720.

HSL color Cylindrical-coordinate representation of color #383FFB: hue angle of 237.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383FFB is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 63 251 -
CMYK 0.78 0.75 0 0.02
HSL 237.85º 0.96% 0.6% -
HSV(B) 237.85º 0.78% 0.98% -
XYZ 20.82 11.36 92.36 -
YUV 82.34 223.18 109.21 -
System Red Green Blue C M Y K H S L
Decimal 56 63 251 0.78 0.75 0 0.02 237.85 0.96 0.6
Hex 38 3F FB 4E 4B 0 2 EE 60 3C
Octal 70 77 373 116 113 0 2 356 140 74
Binary 111000 111111 11111011 1001110 1001011 0 10 11101110 1100000 111100

Color Harmonies of #383FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FFB

Black with #383FFB

Text Example


Text Example

White with #383FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383FFB; }

 p { color: rgb(56,63,251); }

 H1.HeaderClassName
 {
   color: #383FFB;
 }
 .AnyTagClassName
 {
   color: #383FFB;
 }
</style>

background-color css

<style>
 a { background-color: #383FFB; }

 a { background-color: rgb(56,63,251); }

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

border-color css

<style>
 span { border-color: #383FFB; }

 span { border-color: rgb(56,63,251); }

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